Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4285
SpecialUndeleteLinestart.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:55 PM
2014-11-21 21:55:05 (UTC+0)
Size
496 B
Referenced Files
None
Subscribers
None
SpecialUndeleteLinestart.patch
View Options
Index: SpecialUndelete.php
===================================================================
--- SpecialUndelete.php (revision 36096)
+++ SpecialUndelete.php (working copy)
@@ -776,7 +776,7 @@
$popts = $wgOut->parserOptions();
$popts->setEditSection( false );
$wgOut->parserOptions( $popts );
- $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, false );
+ $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, true );
}
$wgOut->addHtml(
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3850
Default Alt Text
SpecialUndeleteLinestart.patch (496 B)
Attached To
Mode
T14311: Previewing on Special:Undelete displays first line incorrectly if list item
Attached
Detach File
Event Timeline
Log In to Comment