From 9cb56dabb676391a9382731347e8d2b07b9437a5 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 7 Apr 2024 13:25:49 +0200 Subject: big cleanup --- apps/bridge/comments_list.tpl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 apps/bridge/comments_list.tpl (limited to 'apps/bridge/comments_list.tpl') diff --git a/apps/bridge/comments_list.tpl b/apps/bridge/comments_list.tpl deleted file mode 100755 index 03e0ddc..0000000 --- a/apps/bridge/comments_list.tpl +++ /dev/null @@ -1,13 +0,0 @@ -
-

Comments

- -% for(c in `{ls $comments_dir/}) { -% if(test -s $c/body) { -
-
By: %(`{cat $c/user}%) (%(`{cat $c/posted}%)) -
-% cat $c/body | escape_html | sed 's,$,
,' -
-% } -% } - -- cgit v1.2.3