]> granicus.if.org Git - apache/commitdiff
These tokens should not be emphasised. (r1829393 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 17 Apr 2018 20:00:43 +0000 (20:00 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 17 Apr 2018 20:00:43 +0000 (20:00 +0000)
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

docs/manual/mod/mod_usertrack.xml

index acaf6b3be81dfba1f250c478295043cf31610287..564c55ed8f38d924ba15636e620474bcdeb2c608 100644 (file)
@@ -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>