pack-objects: reuse deflated data from new-style loose objects.
[gitweb.git] / gitweb / gitweb.cgi
index 2fd1e5f78ec8c2eb743c54cc0281821958141ce4..5acd66dd6c81332e114cb85df73671ead6fc6955 100755 (executable)
@@ -1138,7 +1138,7 @@ sub git_summary {
                                      "</td>\n" .
                                      "<td>";
                                if (defined($comment)) {
-                                     print $cgi->a({-class => "list", -href => "$my_uri?" . esc_param("p=$project;a=tag;h=$tag{'id'}")}, $comment);
+                                     print $cgi->a({-class => "list", -href => "$my_uri?" . esc_param("p=$project;a=tag;h=$tag{'id'}")}, esc_html($comment));
                                }
                                print "</td>\n" .
                                      "<td class=\"link\">";