[tor-commits] [webwml/staging] Fix a wml parsing issue.

mikeperry at torproject.org mikeperry at torproject.org
Wed Nov 25 01:12:53 UTC 2015


commit f94a702b5e5e116c4eb9df4ae6ae795f36f48fda
Author: Mike Perry <mikeperry-git at 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">



More information about the tor-commits mailing list