summaryrefslogtreecommitdiffstats
path: root/acfupdate-html.lsp
diff options
context:
space:
mode:
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 ?>
<?