Changeset 536:535dd04130aa for plugins/pages/page.php
- Timestamp:
- 07/09/11 19:47:57 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r500 r536 363 363 364 364 echo '<div id="entry-wrapper">'; 365 echo '<div id="entry-content">< fieldsetclass="constrained">';365 echo '<div id="entry-content"><div class="constrained">'; 366 366 367 367 echo … … 396 396 '</p>'; 397 397 398 echo '</ fieldset></div>'; // End #entry-content398 echo '</div></div>'; // End #entry-content 399 399 echo '</div>'; // End #entry-wrapper 400 400 … … 570 570 571 571 '<form action="comment.php" method="post" id="comment-form">'. 572 '< fieldsetclass="constrained">'.572 '<div class="constrained">'. 573 573 '<p><label for="comment_author" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Name:'). 574 574 form::field('comment_author',30,255,html::escapeHTML($core->auth->getInfo('user_cn'))). … … 590 590 $core->formNonce(). 591 591 '<input type="submit" name="add" value="'.__('Save').'" /></p>'. 592 '</ fieldset>'.592 '</div>'. 593 593 '</form>'. 594 594 '</div>';
Note: See TracChangeset
for help on using the changeset viewer.