Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv14463
Modified Files:
prepend.php
Log Message:
Minor html reformatting.
Index: prepend.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/prepend.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** prepend.php 2001/12/28 09:46:00 1.7
--- prepend.php 2002/01/07 18:41:44 1.8
***************
*** 29,34 ****
if(!empty($errormsg)) {
! print "<p /><hr /><h2>" . _("WikiFatalError") . "</h2>\n";
!
if (is_string($errormsg))
print $errormsg;
--- 29,34 ----
if(!empty($errormsg)) {
! print "<br /><hr /><h2>" . _("WikiFatalError") . "</h2>\n";
!
if (is_string($errormsg))
print $errormsg;
|