Commit 3028499c authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

These tokens should not be emphasised. (r1829393 in trunk)

Add some quotes arround a string to improve syntax highlight and synch with trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1829394 13f79535-47bb-0310-9956-ffa450edef68
parent fd89d031
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

    <highlight language="config">
LogFormat "%{Apache}n %r %t" usertrack
CustomLog logs/clickstream.log usertrack
CustomLog "logs/clickstream.log" usertrack
    </highlight>

</section>
@@ -153,7 +153,7 @@ CustomLog logs/clickstream.log usertrack
<name>CookieStyle</name>
<description>Format of the cookie header field</description>
<syntax>CookieStyle
    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></syntax>
    Netscape|Cookie|Cookie2|RFC2109|RFC2965</syntax>
<default>CookieStyle Netscape</default>
<contextlist>
<context>server config</context>