Update of /cvsroot/lxr/lxr/lib/LXR
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3335/lib/LXR
Modified Files:
Common.pm
Log Message:
</html> is already inside the html template files, no need to output
another one hardcoded from within the Perl files.
Index: Common.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Common.pm,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Common.pm 20 Dec 2006 19:48:11 -0000 1.57
+++ Common.pm 20 Dec 2006 19:57:56 -0000 1.58
@@ -879,8 +879,7 @@
'variables' => sub { varexpand(@_, $who) },
'devinfo' => sub { devinfo(@_) }
)
- ),
- "</html>\n"
+ )
);
}
|