summaryrefslogtreecommitdiffstats
path: root/docs/manual/howto/ssi.html.en
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.html.en
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.html.en')
-rw-r--r--docs/manual/howto/ssi.html.en2
1 files changed, 1 insertions, 1 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 />