Update of /cvsroot/lxr/lxr/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv14053
Modified Files:
html-head.html html-tail.html
Log Message:
Applied patch 629763: Tiny fix in default HTML templates.
Close a <td> and remove redundant whitespace in link
Index: html-head.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-head.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- html-head.html 18 Mar 2002 14:55:43 -0000 1.5
+++ html-head.html 22 Mar 2003 01:19:05 -0000 1.6
@@ -24,7 +24,7 @@
<td align="center">$banner</td>
</tr>
</table>
- <td>
+ </td>
<td align='right'>
$modes{
[ $modelink ]<br>}
Index: html-tail.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-tail.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- html-tail.html 18 Mar 2002 14:55:43 -0000 1.3
+++ html-tail.html 22 Mar 2003 01:19:05 -0000 1.4
@@ -13,8 +13,7 @@
This page was automatically generated by the
<a href="http://lxr.sf.net/">LXR engine</a>.
<address>
- <a href="mailto:lxr-general@...">
- The LXR team</a>
+ <a href="mailto:lxr-general@... LXR team</a>
</address>
</td>
<td align="right">
|