Bug 241516: remove possible namespace conflicts in the additional CSS classes…

Bug 241516: remove possible namespace conflicts in the additional CSS classes for bugid, component, and status on show_bug r=myk, a=justdave
parent 157983e8
......@@ -28,9 +28,9 @@
[% filtered_desc = bug.short_desc FILTER html %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% bodyattrs = BLOCK %]class='bz_bug [% bug.bug_status
FILTER css_class_quote %] [%+ bug.component
FILTER css_class_quote %] [%+ bug.bug_id
[% bodyattrs = BLOCK %]class='bz_bug bz_status_[% bug.bug_status
FILTER css_class_quote %] bz_component_[% bug.component
FILTER css_class_quote %] bz_bug_[% bug.bug_id
FILTER css_class_quote %]'
[% END %]
[% PROCESS global/header.html.tmpl
......
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