From: <var...@us...> - 2012-11-14 13:53:38
|
Revision: 8433 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8433&view=rev Author: vargenau Date: 2012-11-14 13:53:28 +0000 (Wed, 14 Nov 2012) Log Message: ----------- Remove comment Modified Paths: -------------- trunk/themes/fusionforge/templates/editpage.tmpl Modified: trunk/themes/fusionforge/templates/editpage.tmpl =================================================================== --- trunk/themes/fusionforge/templates/editpage.tmpl 2012-11-14 13:51:10 UTC (rev 8432) +++ trunk/themes/fusionforge/templates/editpage.tmpl 2012-11-14 13:53:28 UTC (rev 8433) @@ -13,13 +13,6 @@ <p class="warning_msg"><strong><?php echo _("Warning: You are editing an old revision.")?> <?php echo _("Saving this page will overwrite the current version.")?></strong></p> <?php } ?> -<?php /* - * FIXME: Hack! - * The funky URL used for the form action parameter is bogus. - * This is needed, otherwise the redirect to the real browser - * page won't work with some browsers. (NS4 and Mozilla 0.97 won't accept - * a redirect from a page to itself.) - */ ?> <form method="post" id="editpage" name="editpage" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo CHARSET?>"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |