projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790a339
)
apply simonrvn patch to quote attributes
author
Joey Hess
<joey@kitenet.net>
Sat, 1 May 2010 23:33:24 +0000
(19:33 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 1 May 2010 23:33:24 +0000
(19:33 -0400)
templates/change.tmpl
patch
|
blob
|
history
diff --git
a/templates/change.tmpl
b/templates/change.tmpl
index c9f6ce42b17c66c7b737c37998821a88a95d7f79..5f277a0fb2cc2a0f3b56d8f946b930a7220a3981 100644
(file)
--- 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>