Issue #815: Replace two non-ASCII curly single quotes with straight quotes.

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.
This commit is contained in:
Ben Sturmfels 2015-08-04 10:15:17 +10:00 committed by Berker Peksag
parent b4997540dc
commit bfbd09007a

View File

@ -2,8 +2,8 @@
# mediagoblin_local.ini, then make the changes there. # 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 # 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 # It defines types and defaults so it's a good place to look for documentation
# or to find hidden options that we didnt tell you about. :) # or to find hidden options that we didn't tell you about. :)
# To change the directory you should make sure you change the # To change the directory you should make sure you change the
# directory in paste.ini and/or your webserver configuration. # directory in paste.ini and/or your webserver configuration.