From: Christophe Jaillet Date: Thu, 18 Dec 2014 06:58:12 +0000 (+0000) Subject: Fix example as spotted in a comment in online doc. X-Git-Tag: 2.4.11~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a2e28f84a389de3dc6a9af5095a908c4131c984;p=apache Fix example as spotted in a comment in online doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1646393 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index ead2cddede..3d1d351ef4 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -443,7 +443,7 @@ modified?

Good - <!--#if expr="%{TIME_HOUR} >=12" -->
+ <!--#if expr="%{TIME_HOUR} <12" -->
morning!
<!--#else -->
afternoon!
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? Good - <!--#if expr="%{TIME_HOUR} >=12" -->
+ <!--#if expr="%{TIME_HOUR} <12" -->
morning!
<!--#else -->
afternoon!