diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-19 23:02:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 10:18:39 +0000 |
| commit | 38abc2ecb3cbc70aeb11d9d390d9a6ef53478a23 (patch) | |
| tree | 47b93bf8e569886f123dcf6b8d62167f7f31b0f1 /share/templates/default/next.tmpl | |
| parent | 6feae6c65217e8b82c33d3fd4c15be09293ebf9f (diff) | |
ShellCheck OK now. Also, some refactorings.
Diffstat (limited to 'share/templates/default/next.tmpl')
| -rw-r--r-- | share/templates/default/next.tmpl | 6 |
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 |
