diff options
Diffstat (limited to 'default/templates/xhtml.xml')
| -rw-r--r-- | default/templates/xhtml.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 4ea784c..17daa98 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -16,13 +16,13 @@ <body> <div class="header"> <type class="bold">A fortune quote: </type> - <type class="italic">$$!/usr/games/fortune -s$$</type> + <type class="italic">$$!/usr/bin/fortune -s$$</type> </div> <div class="main"> <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> |
