Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 9:23 PM
Size
469 B
Referenced Files
None
Subscribers
None
Index: includes/Parser.php
===================================================================
--- includes/Parser.php (revision 16887)
+++ includes/Parser.php (working copy)
@@ -3014,7 +3014,7 @@
# If the title is valid but undisplayable, make a link to it
if ( !$found && ( $this->ot['html'] || $this->ot['pre'] ) ) {
- $text = "[[$titleText]]";
+ $text = "[[:$titleText]]";
$found = true;
}
} elseif ( $title->isTrans() ) {

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2759
Default Alt Text
patch (469 B)

Event Timeline