Commit Diff


commit - ad77750f91228000773c7b0efa29f5f17311efe8
commit + f8c3036d87e744567a206572082272377cba7c85
blob - b463ccf72a8a49335bfd00abbecea4cddbd29343
blob + 985f3403a2d8cb25d285054dd4f1489e810cd768
--- resources/posts/ip-to-assume-language-dumb.md
+++ resources/posts/ip-to-assume-language-dumb.md
@@ -6,7 +6,9 @@ In layman's terms, the `Accept-Language` is used to te
 what language(s) the user understands.  For instance, when I visit a
 website, firefox sends something like this:
 
-	Accept-Language: en-US,en;q=0.5
+```http
+Accept-Language: en-US,en;q=0.5
+```
 
 This means that I want English pages.  Now, as always, in reality the
 server can do what it wants, and that's right.  As an example, when