summaryrefslogtreecommitdiffstats
path: root/acfupdate-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-25 15:03:25 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-25 15:03:25 +0000
commit09f7e1155da35b0462596eb72aa982ca72f0826d (patch)
tree70f1a838723d2e056872fe33ad39181167824ab1 /acfupdate-html.lsp
parente5bb516b9c951b6bf7b6d9db2a0c8939af4f9712 (diff)
downloadacf-devtools-09f7e1155da35b0462596eb72aa982ca72f0826d.tar.bz2
acf-devtools-09f7e1155da35b0462596eb72aa982ca72f0826d.tar.xz
Now you can look at svn log 1 week back in time.
git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@651 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'acfupdate-html.lsp')
-rw-r--r--acfupdate-html.lsp5
1 files changed, 2 insertions, 3 deletions
diff --git a/acfupdate-html.lsp b/acfupdate-html.lsp
index 0b61e7f..c2b7d94 100644
--- a/acfupdate-html.lsp
+++ b/acfupdate-html.lsp
@@ -11,15 +11,14 @@ But if you have manually checked it out, you will get a update on it by pressing
<pre><?= view.projects ?></pre>
<? if (view.updates) then ?>
- <h2>New updates</h2>
+ <h2>Summary</h2>
<? for i = 1, table.maxn(view["updates"]["cmdresult"]) do ?>
<? if (view["updates"]["cmdresult"][i]["updates"] ~= "") then ?>
<h3><?= view["updates"]["cmdresult"][i]["name"] ?></h3>
<pre><?= view["updates"]["cmdresult"][i]["updates"] ?></pre>
<? end ?>
<? end ?>
- <h3>Summary</h3>
- <pre>-- End of updates --</pre>
+ <h3>-- End of updates --</h3>
<? end ?>
<?