diff options
| -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> |
