diff options
-rw-r--r-- | templates/web/default/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index 2225934a5..8ea902aa2 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -44,7 +44,7 @@ <form action="[% c.uri_for( '/alert/subscribe' ) %]" method="post" id="email_alert_box"> <p>[% loc('Receive email when updates are left on this problem' ) %]</p> <label class="n" for="alert_rznvy">[% loc('Email') %]</label> - <input type="text" name="rznvy" id="alert_rznvy" value="[% email %]" size="30"> + <input type="text" name="rznvy" id="alert_rznvy" value="[% email | html %]" size="30"> <input type="hidden" name="id" value="[% problem.id %]"> <input type="hidden" name="type" value="updates"> <input type="submit" value="[% loc('Subscribe') %]"> |