Commit 9042f92b authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 40286 : strike-throughs impair readability. patch from

gervase.markham@univ.ox.ac.uk
parent 484444e8
......@@ -95,8 +95,8 @@ if (defined $::FORM{'bug_id'}) {
print qq{
<tr>
<td></td>
<td><a href="showvotes.cgi?bug_id=$id">$id</a></td>
<td><a href="show_bug.cgi?id=$id">$strike$summary$endstrike</a></td>
<td>$strike<a href="showvotes.cgi?bug_id=$id">$id</a>$endstrike</td>
<td><a href="show_bug.cgi?id=$id">$summary</a></td>
<td align=right>$count</td>
</tr>
};
......
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