web interface.
r=mkanat, a=mkanat
[% isnew = bug.lastdiffed ? 0 : 1 %]
<html>
<head>
- <base href="[% %]" />
+ <base href="[% urlbase FILTER html %]" />
</head>
<body>
[% PROCESS generate_diffs %]
{comment_num => comment.count, full_url => 1}) FILTER none %]
from [% INCLUDE global/user.html.tmpl who = comment.author %]</b>
[% END %]
- <pre>[% comment.body_full({ wrap => 1 }) FILTER html %]</pre>
+ <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre>
</div>
[% END %]
</p>