summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-01-16 08:02:30 -0500
committerJames Moger <james.moger@gitblit.com>2012-01-16 08:02:30 -0500
commit5a334d0754b8e7879d2d615980ce6d5f8223ef6c (patch)
treec58020b49acff62c26fdecbe6f4cbc8faa9a37c3 /src
parentbc6e1f1da04b890c0bf927a00091d0ca9879e64b (diff)
downloadgitblit-5a334d0754b8e7879d2d615980ce6d5f8223ef6c.tar.gz
gitblit-5a334d0754b8e7879d2d615980ce6d5f8223ef6c.zip
Use pre on commit and tag pages
Diffstat (limited to 'src')
-rw-r--r--src/com/gitblit/wicket/pages/CommitPage.html2
-rw-r--r--src/com/gitblit/wicket/pages/TagPage.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/wicket/pages/CommitPage.html b/src/com/gitblit/wicket/pages/CommitPage.html
index fd2c05c3..4012314b 100644
--- a/src/com/gitblit/wicket/pages/CommitPage.html
+++ b/src/com/gitblit/wicket/pages/CommitPage.html
@@ -45,7 +45,7 @@
</table>
<!-- full message -->
- <div class="commit_message" wicket:id="fullMessage">[commit message]</div>
+ <pre class="commit_message" wicket:id="fullMessage">[commit message]</pre>
<!-- git notes -->
<table class="gitnotes">
diff --git a/src/com/gitblit/wicket/pages/TagPage.html b/src/com/gitblit/wicket/pages/TagPage.html
index 5e897936..cf6f6e12 100644
--- a/src/com/gitblit/wicket/pages/TagPage.html
+++ b/src/com/gitblit/wicket/pages/TagPage.html
@@ -23,7 +23,7 @@
</table>
<!-- full message -->
- <div style="border-bottom:0px;" class="commit_message" wicket:id="fullMessage">[tag full message]</div>
+ <pre style="border-bottom:0px;" class="commit_message" wicket:id="fullMessage">[tag full message]</pre>
<wicket:fragment wicket:id="fullPersonIdent">
<span wicket:id="personName"></span><span wicket:id="personAddress"></span>