From: Carsten K. <car...@us...> - 2002-01-07 18:40:09
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv14038 Modified Files: editpage.html Log Message: Removed apostrophe in html comments to prevent warning while running locale/Makefile. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** editpage.html 2002/01/05 10:17:07 1.40 --- editpage.html 2002/01/07 18:40:06 1.41 *************** *** 18,22 **** <!--This hack allows the h1 to be localised. FIXME: move out of html template into php--> <h1><?php printf(_("Edit: %s"),"<a class=\"backlinks\" href=\"${BROWSE}"._("BackLinks")."?page=${PAGE}\">${PAGE}</a>"); ?></h1> ! <!--=this line=<?php $bl='<plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?>';printf(_("Edit: %s"),"$bl"); ?>=doesn't work=--> ${EDIT_WARNINGS} <?php if (!empty($PREVIEW_CONTENT)) { ?> --- 18,22 ---- <!--This hack allows the h1 to be localised. FIXME: move out of html template into php--> <h1><?php printf(_("Edit: %s"),"<a class=\"backlinks\" href=\"${BROWSE}"._("BackLinks")."?page=${PAGE}\">${PAGE}</a>"); ?></h1> ! <!--=this line=<?php $bl='<plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?>';printf(_("Edit: %s"),"$bl"); ?>=does not work=--> ${EDIT_WARNINGS} <?php if (!empty($PREVIEW_CONTENT)) { ?> |