From 38abc2ecb3cbc70aeb11d9d390d9a6ef53478a23 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 19 Feb 2022 23:02:51 +0000 Subject: ShellCheck OK now. Also, some refactorings. --- share/templates/default/next.tmpl | 6 ++++-- share/templates/default/prev.tmpl | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/templates/default/next.tmpl b/share/templates/default/next.tmpl index f943bca..e36d185 100644 --- a/share/templates/default/next.tmpl +++ b/share/templates/default/next.tmpl @@ -1,4 +1,6 @@ cat < -Next ${MAXPREVIEWS} pictures of current Album +

+
+ Next ${MAXPREVIEWS} pictures of current Album +
END diff --git a/share/templates/default/prev.tmpl b/share/templates/default/prev.tmpl index 770cf68..528806a 100644 --- a/share/templates/default/prev.tmpl +++ b/share/templates/default/prev.tmpl @@ -1,4 +1,6 @@ cat <Previous ${MAXPREVIEWS} pictures of current Album +
+ Previous ${MAXPREVIEWS} pictures of current Album +

END -- cgit v1.2.3