For me, the replacement was not happening when I did not have the "only first" option checked off. Around line 371 in glossify.module the following if seems to be the cause
if (isset($html->tag) && $html->tag !== 'root') {
if ($configuration['only_first'] && $replaced == 0) {
Attached is a patch to fix this, it also removes one php notice.
| Comment | File | Size | Author |
|---|---|---|---|
| only_first.patch | 580 bytes | omerida |
Comments
Comment #1
Archnemysis commentedpatch works for me.
Comment #2
Ivo.Radulovski commentedYes, i recently noticed this bug myself, it's already implemented and will be in the next release, thanks.
Comment #3
Ivo.Radulovski commentedComment #4
Ivo.Radulovski commented