diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-19 10:59:23 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-19 10:59:23 +0000 |
| commit | e2e7f1477f16c97c676501ca9b98907135bb8155 (patch) | |
| tree | 6556c19593b2920f18dbf4118a1fe849e86fabf4 /share | |
| parent | 75c62b3abb4f84c2dc967b9f9289df10cb6af227 (diff) | |
more on shellcheck
Diffstat (limited to 'share')
| -rw-r--r-- | share/templates/default/header-first-add.tmpl | 2 | ||||
| -rw-r--r-- | share/templates/default/prev.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/default/header-first-add.tmpl b/share/templates/default/header-first-add.tmpl index c6eed3a..436c4e9 100644 --- a/share/templates/default/header-first-add.tmpl +++ b/share/templates/default/header-first-add.tmpl @@ -1,3 +1,3 @@ cat <<END -<p align='right'> +<p align='center'> END diff --git a/share/templates/default/prev.tmpl b/share/templates/default/prev.tmpl index 62d5a35..770cf68 100644 --- a/share/templates/default/prev.tmpl +++ b/share/templates/default/prev.tmpl @@ -1,4 +1,4 @@ cat <<END <a href='${prev}.html'>Previous ${MAXPREVIEWS} pictures of current Album</a> -<p align='right'> +<p align='center'> END |
