diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-21 14:30:20 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-21 14:30:20 +0100 |
commit | 24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3 (patch) | |
tree | 2f6d85e716c979e88e13c3a3f06095bdb90180d1 /extensions/UserProfile/template/en/default | |
parent | 1827c2dbadf53fbde81fb93bad47e0080c522722 (diff) | |
download | bugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.gz bugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.xz |
Bug 1444008 - Fix sanity tests for unfiltered urlbase
Diffstat (limited to 'extensions/UserProfile/template/en/default')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 2 |
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> </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" |