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