diff options
-rw-r--r-- | lib/locale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index e5e1ac6..49df666 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -138,7 +138,7 @@ ob_get_msg() return 125 fi - IFS= eval echo \$\{"msg_${_ob_text_domain}_${msgid}"\} + eval "printf '%s' \"\${msg_${_ob_text_domain}_${msgid}}\"" return 0 } |