Commit 46503779 authored by zach%zachlipton.com's avatar zach%zachlipton.com

Fix for bug 98074: Attachment manager doesn't html_escape bug titles.

r1=caillon <mailto:caillon@returnzero.com>, r2=Jake <mailto:jake@acutex.net>
parent 15b28b22
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Edit Attachment #[% attachid %] for Bug #[% bugid %][% END %]
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
[% INCLUDE global/header
title = "Edit Attachment #$attachid for Bug #$bugid"
h1 = "Edit Attachment #$attachid for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
h2 = bugsummary
title = title
h1 = h1
h2 = h2
style = "
th { text-align: right; vertical-align: top; }
td { text-align: left; vertical-align: top; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment