You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I had some of the fields after this faulty one, those would be broken too. I suggest adding an addslashes() call somewhere, for example in the Localization#getStringsFileOutput() method.
The text was updated successfully, but these errors were encountered:
kix
added a commit
to kix/php-passbook
that referenced
this issue
Apr 20, 2016
Given this:
...the expected
en.lproj/pass.strings
is supposed to have this line:...yet the quotes are ignored and the
pass.strings
file gets malformed, which, in turn, makes a part of the translations invalid:If I had some of the fields after this faulty one, those would be broken too. I suggest adding an
addslashes()
call somewhere, for example in theLocalization#getStringsFileOutput()
method.The text was updated successfully, but these errors were encountered: