Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv3734
Modified Files:
serendipity_functions.inc.php
Log Message:
Put back divs around hidden input per Garvin request
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- serendipity_functions.inc.php 19 Jul 2003 11:10:36 -0000 1.106
+++ serendipity_functions.inc.php 19 Jul 2003 18:21:15 -0000 1.107
@@ -108,7 +108,7 @@
?>
<div class="serendipityCommentForm">
<form <?php echo ($serendipity['XHTML11'] ? 'id' : 'name'); ?>="serendipity_comment" action="<?php echo $serendipity['serendipityHTTPPath']; ?>comment.php" method="post" onsubmit="if (this.serendipity_remember.checked) rememberMe(this, '<?php echo $_SERVER['HTTP_HOST']; ?>')">
- <input type="hidden" name="serendipity[entry_id]" value="<?php echo $id; ?>" />
+ <div><input type="hidden" name="serendipity[entry_id]" value="<?php echo $id; ?>" /></div>
<table border="0" width="100%" cellpadding="3">
<tr>
|