summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/dependency-graph.html.tmpl
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2012-12-02 19:56:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-02 19:56:17 +0100
commitd8835285194163b3f2c99997668705daa40d2dd4 (patch)
tree059c1e4037c9b16e0337edb5323311295a3043ad /template/en/default/bug/dependency-graph.html.tmpl
parentb3821a27575b9df948e7387b9499a020e4a2dd34 (diff)
downloadbugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.gz
bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.xz
Bug 547311: Remove the "align" attribute from <th>
r/a=LpSolit
Diffstat (limited to 'template/en/default/bug/dependency-graph.html.tmpl')
-rw-r--r--template/en/default/bug/dependency-graph.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl
index 153cebdfa..69afa2ddf 100644
--- a/template/en/default/bug/dependency-graph.html.tmpl
+++ b/template/en/default/bug/dependency-graph.html.tmpl
@@ -51,7 +51,7 @@
<form action="showdependencygraph.cgi" method="GET">
<table>
<tr>
- <th align="left"><label for="id">[% terms.Bug %] numbers</label>:</th>
+ <th><label for="id">[% terms.Bug %] numbers</label>:</th>
<td><input id="id" name="id" value="[% bug_id %]"></td>
<td>
<input type="checkbox" id="showsummary" name="showsummary" [% " checked" IF showsummary %]>
@@ -60,7 +60,7 @@
</tr>
<tr>
- <th align="left"><label for="display">Display:</label></th>
+ <th><label for="display">Display:</label></th>
<td colspan="2">
<select id="display" name="display">
<option value="tree"[% 'selected="selected"' IF (!display || display == "tree") %]>
@@ -72,7 +72,7 @@
</tr>
<tr>
- <th align="left"><label for="rankdir">Orientation:</label></th>
+ <th><label for="rankdir">Orientation:</label></th>
<td colspan="2">
<select id="rankdir" name="rankdir">
<option value="TB"[% " selected" IF rankdir == "TB" %]>Top to bottom</option>