mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 01:47:13 +00:00
Remove bogus single quote handling
This commit is contained in:
parent
c78cc7a2b0
commit
5e45184480
@ -119,10 +119,6 @@ def string_strip(value):
|
|||||||
value = value[1:]
|
value = value[1:]
|
||||||
if value.endswith('"'):
|
if value.endswith('"'):
|
||||||
value = value[:-1]
|
value = value[:-1]
|
||||||
if value.startswith("'"):
|
|
||||||
value = value[1:]
|
|
||||||
if value.endswith("'"):
|
|
||||||
value = value[:-1]
|
|
||||||
return value
|
return value
|
||||||
|
|
||||||
def attr_strip(value):
|
def attr_strip(value):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user