Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv6375
Modified Files:
_BackendInfo.php
Log Message:
typo fix
Index: _BackendInfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/_BackendInfo.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** _BackendInfo.php 2002/01/05 13:02:26 1.5
--- _BackendInfo.php 2002/01/05 15:09:07 1.6
***************
*** 16,20 ****
function WikiPlugin__BackendInfo() {
! $html .= '<tr bgcolor="#ffcccc">'."\n";
$html .= ' <td colspan="2">${header}</td>'."\n";
$html .= '</tr>'."\n";
--- 16,20 ----
function WikiPlugin__BackendInfo() {
! $html = '<tr bgcolor="#ffcccc">'."\n";
$html .= ' <td colspan="2">${header}</td>'."\n";
$html .= '</tr>'."\n";
|