diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-12-18 07:57:38 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-12-18 07:57:38 +0100 |
commit | fcfdd8f918097d95f54e8d25147123e2f9a8bb69 (patch) | |
tree | 738897870e2b7f58b03ec562a8c4029cc10256da /docs/manual/howto/ssi.xml | |
parent | * Fix If-Match handling: (diff) | |
download | apache2-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.xml | 2 |
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 - <!--#if expr="%{TIME_HOUR} >=12" --><br /> + <!--#if expr="%{TIME_HOUR} <12" --><br /> morning!<br /> <!--#else --><br /> afternoon!<br /> |