]> granicus.if.org Git - apache/commitdiff
this is not a quote.
authorAndré Malo <nd@apache.org>
Wed, 5 Feb 2014 22:20:24 +0000 (22:20 +0000)
committerAndré Malo <nd@apache.org>
Wed, 5 Feb 2014 22:20:24 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564957 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 930bdd6d31b424d96e9249dcaeefe3f4fe4cc005..cdc96693ad0ac58c75be1d8947bab5e7f02c6fb3 100644 (file)
@@ -76,7 +76,6 @@
       that evaluate to a string value. For those, the starting point in
       the BNF is <code>string</code>.
       </p>
-<blockquote>
 <pre>
 expr        ::= "<strong>true</strong>" | "<strong>false</strong>"
               | "<strong>!</strong>" expr
@@ -139,7 +138,6 @@ function     ::= funcname "<strong>(</strong>" word "<strong>)</strong>"
 
 listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 </pre>
-</blockquote>
 
 </section>