From 2843093cb4f1ef9bc62f2ed2451a503c386c388a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Jan 2019 11:44:51 +0000 Subject: Use
 for commit-msg

This preserves formatting readable for users of text-based browsers
without CSS support.
---
 ui-tag.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ui-tag.c')

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("");
 	if (p) {
-		html("
"); + html("
");
 		html_txt(++p);
-		html("
"); + html("
"); } } -- cgit 1.4.1