commit f94a702b5e5e116c4eb9df4ae6ae795f36f48fda Author: Mike Perry <mikeperry-...@torproject.org> Date: Tue Nov 24 17:12:44 2015 -0800
Fix a wml parsing issue. It doesn't like the space and inserts another quote. Maybe this is what is breaking Webkit browsers on mobile? --- include/donatehead.wmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/donatehead.wmi b/include/donatehead.wmi index 284f3d1..616c461 100644 --- a/include/donatehead.wmi +++ b/include/donatehead.wmi @@ -12,7 +12,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="author" content="The Tor Project, Inc."> <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research"> <meta property="og:image" content="https://www.torproject.org/images/tor-logo.jpg"> _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits