From f864e75174be78eb3ebac2235c8e73738d2065fb Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 24 Nov 2009 17:58:22 +0000 Subject: [PATCH] Nitpicks. r10283, r10285 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10286 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- phpBB/feed.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 10719b9fb0..79eb8114d3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,7 +92,7 @@
  • [Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)
  • [Fix] Force full date for board online record date.
  • [Fix] Correctly reset login keys if passed value is the current user. (Bug #54125)
  • -
  • [Fix] Correctly set last modified headers. (Bug #54245, thanks Paul.J.Murphy )
  • +
  • [Fix] Correctly set last modified headers. (Bug #54245, thanks Paul.J.Murphy)
  • [Fix] Show correct HTML title when reporting private messages. (Bug #54375)
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)
  • [Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)
  • diff --git a/phpBB/feed.php b/phpBB/feed.php index dfa584956c..5668d297ad 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -443,7 +443,7 @@ class phpbb_feed */ var $separator_stats = "\xE2\x80\x94"; // — -/** + /** * Constructor. Set standard keys. */ function phpbb_feed($forum_id = 0, $topic_id = 0)