summaryrefslogtreecommitdiffstats
path: root/docs/manual/howto/ssi.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-12-18 07:57:38 +0100
committerChristophe Jaillet <jailletc36@apache.org>2014-12-18 07:57:38 +0100
commitfcfdd8f918097d95f54e8d25147123e2f9a8bb69 (patch)
tree738897870e2b7f58b03ec562a8c4029cc10256da /docs/manual/howto/ssi.xml
parent* Fix If-Match handling: (diff)
downloadapache2-fcfdd8f918097d95f54e8d25147123e2f9a8bb69.tar.xz
apache2-fcfdd8f918097d95f54e8d25147123e2f9a8bb69.zip
Fix example as spotted in a comment in online doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1646392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/ssi.xml')
-rw-r--r--docs/manual/howto/ssi.xml2
1 files changed, 1 insertions, 1 deletions
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 />