From 81c064ac5d8914e4056c8cdb214df73af1392c41 Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 25 Mar 2004 00:56:27 +0000 Subject: [PATCH] Small bug fix Thanks Kiyoshi Sawada git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6891 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help.php b/src/help.php index 16f564ea..f3779d61 100644 --- a/src/help.php +++ b/src/help.php @@ -148,7 +148,7 @@ if ( sqgetGlobalVar('chapter', $temp, SQ_GET) ) { } if ( $chapter == 0 || !isset( $helpdir[$chapter-1] ) ) { - echo html_tag( 'table', '', 'center', '', 'cellpadding="0" cellspacing="0" border="0"' ); + echo html_tag( 'table', '', 'center', '', 'cellpadding="0" cellspacing="0" border="0"' ) . html_tag( 'tr' ) . html_tag( 'td' ) . '
' . _("Table of Contents") . '

'; -- 2.25.1