Content deleted Content added
No edit summary |
trim spaces in encodeTitleForPath |
||
Line 843:
-- convert it into a properly URL path-encoded string
function p.encodeTitleForPath(frame)
return mw.uri.encode(mw.text.decode(mw.text.trim(frame.args[1]) ), 'PATH')
end
|