https://bugzilla.wikimedia.org/show_bug.cgi?id=30142

--- Comment #1 from Reedy <s...@reedyboy.net> 2011-07-31 00:01:29 UTC ---
        $mobileViewUrl = $wgRequest->getRequestURL();
        $delimiter = ( strpos( $mobileViewUrl, "?" ) !== false ) ? "&" : "?";
        $mobileViewUrl .= $delimiter . 'useFormat=mobile';
        $mobileViewUrl = htmlspecialchars( $mobileViewUrl );


even

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to