summaryrefslogtreecommitdiff
path: root/share
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
parent6feae6c65217e8b82c33d3fd4c15be09293ebf9f (diff)
ShellCheck OK now. Also, some refactorings.
Diffstat (limited to 'share')
-rw-r--r--share/templates/default/next.tmpl6
-rw-r--r--share/templates/default/prev.tmpl4
2 files changed, 7 insertions, 3 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
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 <<END
-<a href='${prev}.html'>Previous ${MAXPREVIEWS} pictures of current Album</a>
+<div>
+ <a href='${prev}.html'>Previous ${MAXPREVIEWS} pictures of current Album</a>
+</div>
<p align='center'>
END