From 3b8e53ecf721f78024901ba6113cd8d7d98e9dae Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 18 Dec 2002 14:14:11 +0000 Subject: [PATCH] Mainly HTML fixes, change to try and prevent on* text within HTML tags (HTML parser seems to not be behaving with disallowed tags as it should), etc. git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3207 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_forum_prune.php | 4 +- phpBB/admin/admin_styles.php | 2 +- phpBB/docs/CHANGELOG.html | 5 + phpBB/docs/README.html | 8 +- phpBB/includes/functions.php | 4 +- phpBB/includes/functions_post.php | 300 ++++++++++++++---------------- phpBB/install/install.php | 6 +- phpBB/memberlist.php | 1 + phpBB/modcp.php | 2 +- phpBB/privmsg.php | 2 +- phpBB/viewtopic.php | 5 +- 11 files changed, 162 insertions(+), 177 deletions(-) diff --git a/phpBB/admin/admin_forum_prune.php b/phpBB/admin/admin_forum_prune.php index 7cd40fd1ef..a766360e12 100644 --- a/phpBB/admin/admin_forum_prune.php +++ b/phpBB/admin/admin_forum_prune.php @@ -168,9 +168,9 @@ else $forum_name = ( $forum_id == -1 ) ? $lang['All_Forums'] : $forum_rows[0]['forum_name']; $prune_data = $lang['Prune_topics_not_posted'] . " "; - $prune_data .= ' ' . $lang['Days']; + $prune_data .= ' ' . $lang['Days']; - $hidden_input = ''; + $hidden_input = ''; // // Assign the template variables. diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php index 09e8917ba2..478369a4f9 100644 --- a/phpBB/admin/admin_styles.php +++ b/phpBB/admin/admin_styles.php @@ -748,7 +748,7 @@ switch( $mode ) $s_hidden_fields = ''; $s_hidden_fields .= ''; - $download_form = '
' . $s_hidden_fields; + $download_form = '' . $s_hidden_fields; $template->set_filenames(array( "body" => "message_body.tpl") diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 825da992f0..ba5b947a15 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -143,6 +143,11 @@ p,ul,td {font-size:10pt;}
  • Fixed wrong maxlength in modcp_split.tpl subject field
  • Fixed inability to edit username of guest poster - vHiker
  • Fixed ability for guests to post with certain registered usernames
  • +
  • Fixed various HTML issues to improve XHTML compliance - Daz
  • +
  • Fixed missing template var {L_PM} for memberslist - Daz
  • +
  • Fixed wrong key name for $images['Topic_un_watch'] - Daz
  • +
  • Fixed missing template var {S_WATCH_TOPIC_IMG} for viewtopic - Daz
  • +
  • diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 18af111d91..b16714346a 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -3,7 +3,7 @@ -phpBB 2.0.3 :: Readme +phpBB 2.0.4 :: Readme