r44527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44526‎ | r44527 | r44528 >
Date:05:02, 13 December 2008
Author:skizzerz
Status:ok
Tags:
Comment:
* (bug 16623) Add missing </p> tag in Special:LockDB -- patch by Nakon
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialLockdb.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLockdb.php
@@ -109,7 +109,7 @@
110110 }
111111 fwrite( $fp, $this->reason );
112112 fwrite( $fp, "\n<p>(by " . $wgUser->getName() . " at " .
113 - $wgLang->timeanddate( wfTimestampNow() ) . ")\n" );
 113+ $wgLang->timeanddate( wfTimestampNow() ) . ")</p>\n" );
114114 fclose( $fp );
115115
116116 $titleObj = SpecialPage::getTitleFor( 'Lockdb' );
Index: trunk/phase3/RELEASE-NOTES
@@ -401,6 +401,7 @@
402402 information. Went ahead and rewrote SpecialStatistics to subclass SpecialPage
403403 * (bug 5506) Links to files on foreign repositories are now shown consistently
404404 as bluelinks e.g. in logs and edit summaries
 405+* (bug 16623) Add missing </p> tag in Special:LockDB
405406
406407 === API changes in 1.14 ===
407408

Status & tagging log