summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-21 14:30:20 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-21 14:30:20 +0100
commit24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3 (patch)
tree2f6d85e716c979e88e13c3a3f06095bdb90180d1 /extensions
parent1827c2dbadf53fbde81fb93bad47e0080c522722 (diff)
downloadbugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.gz
bugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.xz
Bug 1444008 - Fix sanity tests for unfiltered urlbase
Diffstat (limited to 'extensions')
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
index fd72091dc..bea0d16d7 100644
--- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
+++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
@@ -27,7 +27,7 @@
<td>&nbsp;</td>
<th>Search</th>
<td colspan="2">
- <form action="[% urlbase %]user_profile">
+ <form action="[% urlbase FILTER html %]user_profile">
[% INCLUDE global/userselect.html.tmpl
id => "login"
name => "login"