Skip to content

Commit

Permalink
Fix lack of quotes around translated button text
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Apr 7, 2016
1 parent baa6fa9 commit 6773bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickQuote.hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function QQ_integrate_load_theme()

loadLanguage('quickQuote');
addInlineJavascript('
quickQuote.txt = ' . $txt['quick_quote'] . ';', true);
quickQuote.txt = \'' . $txt['quick_quote'] . '\';', true);

loadJavascriptFile('quickQuote.js');
}

0 comments on commit 6773bdc

Please # to comment.