summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/howto/ssi.html.en2
-rw-r--r--docs/manual/howto/ssi.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en
index 2140cb1bec..f44a6c47bc 100644
--- a/docs/manual/howto/ssi.html.en
+++ b/docs/manual/howto/ssi.html.en
@@ -443,7 +443,7 @@ modified?</a></h3>
<div class="example"><p><code>
Good
- &lt;!--#if expr="%{TIME_HOUR} &gt;=12" --&gt;<br />
+ &lt;!--#if expr="%{TIME_HOUR} &lt;12" --&gt;<br />
morning!<br />
&lt;!--#else --&gt;<br />
afternoon!<br />
diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml
index dd2d2f7030..776b7df9cf 100644
--- a/docs/manual/howto/ssi.xml
+++ b/docs/manual/howto/ssi.xml
@@ -451,7 +451,7 @@ modified?</title>
<example>
Good
- &lt;!--#if expr="%{TIME_HOUR} &gt;=12" --&gt;<br />
+ &lt;!--#if expr="%{TIME_HOUR} &lt;12" --&gt;<br />
morning!<br />
&lt;!--#else --&gt;<br />
afternoon!<br />