summaryrefslogtreecommitdiff
path: root/share/templates/default/next.tmpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-02-19 23:02:51 +0000
committerPaul Buetow <paul@buetow.org>2022-02-20 10:18:39 +0000
commit38abc2ecb3cbc70aeb11d9d390d9a6ef53478a23 (patch)
tree47b93bf8e569886f123dcf6b8d62167f7f31b0f1 /share/templates/default/next.tmpl
parent6feae6c65217e8b82c33d3fd4c15be09293ebf9f (diff)
ShellCheck OK now. Also, some refactorings.
Diffstat (limited to 'share/templates/default/next.tmpl')
-rw-r--r--share/templates/default/next.tmpl6
1 files changed, 4 insertions, 2 deletions
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 <<END
-<br />
-<a href='${next}.html'>Next ${MAXPREVIEWS} pictures of current Album</a>
+</p>
+<div>
+ <a href='${next}.html'>Next ${MAXPREVIEWS} pictures of current Album</a>
+</div>
END