diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-06 15:28:19 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-06 15:28:19 +0100 |
commit | b2bcbe3be2168701ae9e85bdd75fd0d2c22fa873 (patch) | |
tree | 10d9ef9b4b0f801d0b4b1e90a51ea8857bead021 /extensions/Splinter/template | |
parent | 5f6616707dd1c5cd457338c9d2886378a1ca034d (diff) | |
download | bugzilla-b2bcbe3be2168701ae9e85bdd75fd0d2c22fa873.tar.gz bugzilla-b2bcbe3be2168701ae9e85bdd75fd0d2c22fa873.tar.xz |
Bug 848306: lack of space in bugInfo block on splinter review page
Diffstat (limited to 'extensions/Splinter/template')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index 96550fd5a..1814da58c 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -122,7 +122,7 @@ </div> <div id="bugInfo" style="display: none;"> - <b>[% terms.Bug %]<a id="bugLink"><span id="bugId"></span></a>:</b> + <b>[% terms.Bug %] <a id="bugLink"><span id="bugId"></span></a>:</b> <span id="bugShortDesc"></span> - <span id="bugReporter"></span> - <span id="bugCreationDate"></span> diff --git a/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl index 87f082427..dac513e56 100644 --- a/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl @@ -122,7 +122,7 @@ <h3>Uploading patches for review</h3> <p> Splinter doesn't really care how patches are provided to - [%+ terms.Bugzilla %], as long as tmey are well-formatted patches. If you are + [%+ terms.Bugzilla %], as long as they are well-formatted patches. If you are using Git for version control, you can either format changes as patches using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">'git |