https://bugzilla.wikimedia.org/show_bug.cgi?id=47059
--- Comment #1 from Al Johnson <[email protected]> --- I'm not a php programmer, but I've done a little tracing and in SF_FormPrinter.php line 817 this is called: $default_value = $wgParser->recursiveTagParse( $sub_components[1] ); and then the actual converting of the link to the marked-up version happens in Parser.php line 1166: $text = $this->doMagicLinks( $text ); Hope this helps. Q: Just a guess, but should the default value be parsed as markup like it is? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
