diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 19:33:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 19:33:24 -0400 |
commit | 704263534ab645d34bc58261eb8d488413f1d80e (patch) | |
tree | b684bd630dc1cea84eb485de5f9a3eac05e207c8 /templates | |
parent | 790a339db18f1c697052446728641c9e6ef06bdb (diff) |
apply simonrvn patch to quote attributes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/change.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index c9f6ce42b..5f277a0fb 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -29,7 +29,7 @@ <span class="desc"><br />Date:</span> <span class="changedate"><TMPL_VAR COMMITDATE></span> </div> -<div class=changelog> +<div class="changelog"> <TMPL_LOOP NAME="MESSAGE"> <TMPL_IF NAME="LINE"> <TMPL_VAR NAME="LINE"><br /> @@ -37,7 +37,7 @@ </TMPL_LOOP> </div> <TMPL_IF NAME="DIFF"> -<div class=diff> +<div class="diff"> <pre> <TMPL_VAR NAME="DIFF"> </pre> |