Thomas Bruederli
2013-02-14 cbb695a6de0f5cea9c78fc4bb700c0a6852f9a48
Correctly quote spell text contents inside the xml container
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_spellchecker.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_spellchecker.php
@@ -354,7 +354,7 @@
        $gtext = '<?xml version="1.0" encoding="utf-8" ?>'
            .'<spellrequest textalreadyclipped="0" ignoredups="0" ignoredigits="1" ignoreallcaps="1">'
            .'<text>' . $gtext . '</text>'
            .'<text>' . htmlspecialchars($gtext) . '</text>'
            .'</spellrequest>';
        $store = '';