summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/diff-file.html.tmpl
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2013-08-30 10:46:24 +0200
committerSimon Green <sgreen@redhat.com>2013-08-30 10:46:24 +0200
commit56dc0a41954b488c1490895eef280bb63db66baf (patch)
tree97c54d0d0314e41d85d035037acf4908a99e30ab /template/en/default/attachment/diff-file.html.tmpl
parent27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff)
downloadbugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz
bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
Diffstat (limited to 'template/en/default/attachment/diff-file.html.tmpl')
-rw-r--r--template/en/default/attachment/diff-file.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl
index 815b6de1b..2c87188ad 100644
--- a/template/en/default/attachment/diff-file.html.tmpl
+++ b/template/en/default/attachment/diff-file.html.tmpl
@@ -41,7 +41,7 @@ incremental_restore()
[% section_num = section_num + 1 %]
<tr><th colspan="4" class="section_head">
<table id="[% file.filename FILTER html %]_sec[% section_num %]" cellpadding="0" cellspacing="0">
- <tr><th width="95%" align="left">
+ <tr><th width="95%" class="left">
[% IF file.is_add %]
Added
[% ELSIF file.is_remove %]