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:
parent
b4997540dc
commit
bfbd09007a
@ -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 it’s a good place to look for documentation
|
||||
# or to find hidden options that we didn’t 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user