diff options
Diffstat (limited to 'extensions')
-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 |