Update of /cvsroot/csseditor/htdocs/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv25078/templates
Modified Files:
common.php
Log Message:
Close div
Index: common.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** common.php 8 Jan 2004 15:08:25 -0000 1.6
--- common.php 8 Jan 2004 15:44:12 -0000 1.7
***************
*** 164,169 ****
<?php } ?>
</div>
</div>
- <?php } ?>
</body>
</html>
--- 164,169 ----
<?php } ?>
</div>
+ <?php } ?>
</div>
</body>
</html>
|