]> granicus.if.org Git - apache/commitdiff
Fix example as spotted in a comment in online doc.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 18 Dec 2014 06:58:12 +0000 (06:58 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 18 Dec 2014 06:58:12 +0000 (06:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1646393 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.xml

index ead2cddedee05e8353920dd6ab5d449f9fe0f454..3d1d351ef46e5597d653005ad23a6710f1047b04 100644 (file)
@@ -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 />
index dd2d2f70309e83f1ba06f0d016b9a794da456113..776b7df9cfae75a02f0709edf8d76e76796618b6 100644 (file)
@@ -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 />