summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default/templates/html5.xml2
-rw-r--r--default/templates/xhtml.xml2
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/>