Index: trunk/phase3/includes/specials/SpecialLockdb.php |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | } |
111 | 111 | fwrite( $fp, $this->reason ); |
112 | 112 | fwrite( $fp, "\n<p>(by " . $wgUser->getName() . " at " . |
113 | | - $wgLang->timeanddate( wfTimestampNow() ) . ")\n" ); |
| 113 | + $wgLang->timeanddate( wfTimestampNow() ) . ")</p>\n" ); |
114 | 114 | fclose( $fp ); |
115 | 115 | |
116 | 116 | $titleObj = SpecialPage::getTitleFor( 'Lockdb' ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -401,6 +401,7 @@ |
402 | 402 | information. Went ahead and rewrote SpecialStatistics to subclass SpecialPage |
403 | 403 | * (bug 5506) Links to files on foreign repositories are now shown consistently |
404 | 404 | as bluelinks e.g. in logs and edit summaries |
| 405 | +* (bug 16623) Add missing </p> tag in Special:LockDB |
405 | 406 | |
406 | 407 | === API changes in 1.14 === |
407 | 408 | |