Issue #815: Replace two non-ASCII curly single quotes with straight quotes.
authorBen Sturmfels <ben@sturm.com.au>
Tue, 4 Aug 2015 00:15:17 +0000 (10:15 +1000)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 25 Aug 2015 00:19:17 +0000 (03:19 +0300)
I don't think there's necessarily anything wrong with using non-ASCII
characters, since UTF-8 is basically the de facto standard. There's no
reason to mix a small number of curly quotes into a configuration file
though, so I've replaced them for consistency.

mediagoblin.example.ini

index 17b123fbde1d0ad3f1443ff276c32540cde8370d..52331d8261f28ab6a055e661b9ac31ee3e8ba193 100644 (file)
@@ -2,8 +2,8 @@
 # mediagoblin_local.ini, then make the changes there.
 #
 # If you don't see what you need here, have a look at mediagoblin/config_spec.ini
-# It defines types and defaults so its a good place to look for documentation
-# or to find hidden options that we didnt tell you about. :)
+# It defines types and defaults so it's a good place to look for documentation
+# or to find hidden options that we didn't tell you about. :)
 
 # To change the directory you should make sure you change the
 # directory in paste.ini and/or your webserver configuration.