summaryrefslogtreecommitdiffstats
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
parent1827c2dbadf53fbde81fb93bad47e0080c522722 (diff)
downloadbugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.gz
bugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.xz
Bug 1444008 - Fix sanity tests for unfiltered urlbase
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl2
-rw-r--r--template/en/default/account/auth/login.html.tmpl2
2 files changed, 2 insertions, 2 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"
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index c11a6afc1..8cf5e85ef 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -42,7 +42,7 @@
</p>
<div id="login" class="login-form">
- <form name="login" action="[% urlbase %][% target FILTER uri FILTER html %]" method="POST"
+ <form name="login" action="[% urlbase FILTER html %][% target FILTER uri FILTER html %]" method="POST"
[%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
<div class="field-login">
<label for="Bugzilla_login">Email Address:</label>