From: Lars Hjemli Date: Sun, 5 Oct 2008 17:25:47 +0000 (+0200) Subject: ui-shared: use html_url_path() to get properly escaped url in form action X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/2e884f3162771880a2a5260713d6b7d1aa25bc6f?hp=2e884f3162771880a2a5260713d6b7d1aa25bc6f ui-shared: use html_url_path() to get properly escaped url in form action When a repo uses an url with e.g. '#' or '?' characters this needs to be properly escaped when used as action in a form tag. Signed-off-by: Lars Hjemli ---