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 9538bce..a1ee756 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -14,7 +14,7 @@ <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/> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index ab36ea8..17daa98 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -16,7 +16,7 @@ <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/> |
