diff options
author | lpsolit%gmail.com <> | 2005-03-30 19:41:22 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-03-30 19:41:22 +0200 |
commit | af6d1e20ea88f68693059d92e694263d51bb9a7c (patch) | |
tree | d7df791fccea42ab869271b308e51245d0201c4e /template/en | |
parent | 882dcc873146d665f2d1257b89e588ae6e6356f0 (diff) | |
download | bugzilla-af6d1e20ea88f68693059d92e694263d51bb9a7c.tar.gz bugzilla-af6d1e20ea88f68693059d92e694263d51bb9a7c.tar.xz |
Bug 288131: PatchViewer adds extra empty lines in modified parts of patches - Patch by Frederic Buclin <LpSolit@gmail.com> r=glob a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 8c9201999..3d7ba0c2d 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -81,7 +81,6 @@ tbody.file pre { tbody.file pre:empty { display: block; - height: 1em; } .changed { |