/[Frey]/branches/zimbardo/lib/Frey/Web.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/zimbardo/lib/Frey/Web.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 968 by dpavlin, Fri Jan 9 14:52:58 2009 UTC revision 986 by dpavlin, Sat Jan 10 18:53:15 2009 UTC
# Line 320  sub html_page { Line 320  sub html_page {
320    
321  #       $title =~ s{(\w)\w+::}{$1:}g; # XXX compress names of classes  #       $title =~ s{(\w)\w+::}{$1:}g; # XXX compress names of classes
322    
323            $self->add_css(qq|
324                    body {
325                            padding-bottom: 3em; /* don't overlap status line */
326                    }
327            |);
328    
329          my $html = join("\n",          my $html = join("\n",
330                  qq|<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html><head>|,                  qq|<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html><head>|,
331                  $self->_head_html,                  $self->_head_html,

Legend:
Removed from v.968  
changed lines
  Added in v.986

  ViewVC Help
Powered by ViewVC 1.1.26