[cvs] expresso commit by lhamel: fix missing quote

JCorporate Ltd jcorp at jcorporate.com
Wed Feb 8 04:28:45 UTC 2006


Log Message:
-----------
fix missing quote

Modified Files:
--------------
    expresso/expresso-web/expresso/jsp/register:
        top.inc

Revision Data
-------------
Index: top.inc
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/jsp/register/top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lexpresso-web/expresso/jsp/register/top.inc -Lexpresso-web/expresso/jsp/register/top.inc -u -r1.1 -r1.2
--- expresso-web/expresso/jsp/register/top.inc
+++ expresso-web/expresso/jsp/register/top.inc
@@ -5,6 +5,6 @@
 <td align="right" width=33% class="statuspage"><expresso:DBDescription/></td>
 </tr>
 </table>
-<table border="0" width="100%" class="jc-datadivider" cellpadding="5" cellspacing=0">
+<table border="0" width="100%" class="jc-datadivider" cellpadding="5" cellspacing="0">
 <tr class="jc-datadivider"><td align="left" class="jc-datadivider">&nbsp;Login and Registration</td></tr>
 </table>


More information about the cvs mailing list