about summary refs log tree commit
path: root/ui-tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tag.c')
-rw-r--r--ui-tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-tag.c b/ui-tag.c
index 846d5b1..c499516 100644
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -25,9 +25,9 @@ static void print_tag_content(char *buf)
         html_txt(buf);
         html("</div>");
         if (p) {
-                html("<div class='commit-msg'>");
+                html("<pre class='commit-msg'>");
                 html_txt(++p);
-                html("</div>");
+                html("</pre>");
         }
 }