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.

CommentFileSizeAuthor
only_first.patch580 bytesomerida

Comments

Archnemysis’s picture

patch works for me.

Ivo.Radulovski’s picture

Status: Needs review » Fixed

Yes, i recently noticed this bug myself, it's already implemented and will be in the next release, thanks.

Ivo.Radulovski’s picture

Status: Fixed » Patch (to be ported)
Ivo.Radulovski’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.