Update of /cvsroot/phpwiki/phpwiki/themes/default/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20594
Modified Files:
pagelink.tmpl
Log Message:
Fix HTML syntax
Index: pagelink.tmpl
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/default/templates/pagelink.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -2 -b -p -d -r1.3 -r1.4
--- pagelink.tmpl 22 Sep 2007 12:37:55 -0000 1.3
+++ pagelink.tmpl 31 Jan 2008 20:14:53 -0000 1.4
@@ -14,5 +14,5 @@ if ($WikiTheme->DUMP_MODE) {
?>
<tr><td width="100%" colspan="<?= $COLS ?>"><table width="100%"><tr class="wikipaging">
- <td class="wikipaging<?= $PREF ? "-enabled" : "-disabled" ?>" align="left"">
+ <td class="wikipaging<?= $PREF ? "-enabled" : "-disabled" ?>" align="left">
<?= $PREV ? HTML::a(array('href'=>$FIRST_LINK),_("|<<")) : _("|<<") ?>
|