Commit ee55121a authored by Lasse Karstensen's avatar Lasse Karstensen

Replace non-breaking spaces to make pdflatex happy

parent 4067f504
...@@ -21,8 +21,8 @@ that content is to be served to. ...@@ -21,8 +21,8 @@ that content is to be served to.
Setting this header can be as simple as:: Setting this header can be as simple as::
sub vcl_recv {  sub vcl_recv {
if (req.http.User-Agent ~ "(?i)iphone" { if (req.http.User-Agent ~ "(?i)iphone" {
set req.http.X-UA-Device = "mobile-iphone"; set req.http.X-UA-Device = "mobile-iphone";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment