aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-log.c b/ui-log.c
index 6f1249b..2aa12c3 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -61,7 +61,6 @@ void show_commit_decorations(struct commit *commit)
buf[sizeof(buf) - 1] = 0;
deco = lookup_decoration(&name_decoration, &commit->object);
- html("<span class='decoration'>");
while (deco) {
if (!prefixcmp(deco->name, "refs/heads/")) {
strncpy(buf, deco->name + 11, sizeof(buf) - 1);
@@ -95,7 +94,6 @@ void show_commit_decorations(struct commit *commit)
next:
deco = deco->next;
}
- html("</span>");
}
static void print_commit(struct commit *commit, struct rev_info *revs)