aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-18 13:03:33 -0400
committerJoey Hess <joey@kitenet.net>2010-09-18 13:03:33 -0400
commit4079c06be22d0eb31bd0bead4b8f53a9831804e9 (patch)
tree5402ef6ae5e01485d1bc64da98ab28a6aefa3f0c /doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
parent4843ec6dd09f4d88fa05ce178abe9cc1fb52b3e7 (diff)
downloadikiwiki-4079c06be22d0eb31bd0bead4b8f53a9831804e9.tar
ikiwiki-4079c06be22d0eb31bd0bead4b8f53a9831804e9.tar.gz
format
Diffstat (limited to 'doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn')
-rw-r--r--doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn b/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
index e6e1b57a8..bf5973325 100644
--- a/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
+++ b/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
@@ -11,8 +11,8 @@ Analysis:
* /etc/mime.types gives mime types to .rss and .atom files
* `mod_negotiation`'s MultiViews allows any file with a mime type to be
served up via content negotiation, if the client requests that type.
-* wget etc send "Accept: */*" to accept all content types. Compare
- with firefox, which sends "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*"
+* wget etc send `Accept: */*` to accept all content types. Compare
+ with firefox, which sends `Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*`
* So apache has a tie between a html encoded Enlish file, and a rss encoded
English file and the client has no preference. In a tie, apache will serve up the
*smallest* file, which tends to be the rss file. (Apache's docs say it uses that