X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcommit.tt2;h=c13cb61d1da938d74851c87b09a9bf7b95709041;hb=4621ecf0959b92a9642a4a7cfc150c43118f46df;hp=e27fd09d54bd0aeed6b21b5f9058ec3837a0ebcb;hpb=1fd8159c58e9f1f95533012890b80312e33edf32;p=catagits%2FGitalist.git diff --git a/root/commit.tt2 b/root/commit.tt2 index e27fd09..c13cb61 100644 --- a/root/commit.tt2 +++ b/root/commit.tt2 @@ -31,11 +31,11 @@ [% END %] -
[% commit.comment %]
+
[% commit.comment | html%]
[% -# In the case of merge commits there will be no diff tree. -IF diff_tree.size > 0; - INCLUDE '_diff_tree.tt2'; -END; + # In the case of merge commits there will be no diff tree. + IF diff_tree.size > 0; + INCLUDE '_diff_tree.tt2'; + END; %]