diff options
| author | admin (pb) <default@mx.buetow.org> | 2018-06-17 13:48:06 +0200 |
|---|---|---|
| committer | admin (pb) <default@mx.buetow.org> | 2018-06-17 13:48:06 +0200 |
| commit | fe97bed3e2475152bc1375bf5678c3501bb8456c (patch) | |
| tree | f22a107e95fb6785b493b9931b4683c221cc5ba9 | |
| parent | e0d93fa69e1806f7c4479710d7a8b8839dfa378a (diff) | |
s/s/seconds/
| -rw-r--r-- | default/templates/html5.xml | 2 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index 70c50bb..9538bce 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -20,7 +20,7 @@ <navigation/> <noop>%%content%%</noop> <div class="footer"> - <noop>Generated in !!TIME!!s</noop> + <noop>Generated in !!TIME!! seconds</noop> <noop>| Powered by </noop> <namedlink href="http://xerl.buetow.org">Xerl</namedlink> <noop>| Xerl templates managed with Puppet/Git | Running on FreeBSD - The Power to Serve | </noop> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 4ea784c..ab36ea8 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -22,7 +22,7 @@ <navigation/> <noop>%%content%%</noop> <div class="footer"> - <noop>Generated in !!TIME!!s</noop> + <noop>Generated in !!TIME!! seconds</noop> <noop>| Powered by </noop> <namedlink href="http://xerl.buetow.org">Xerl</namedlink> <noop>| Xerl templates managed with Puppet/Git</noop> |
