Fixes #401.master
| terminator = ProcessSsmlTag(xml_buf, buf, &ix, n_buf, self_closing); | terminator = ProcessSsmlTag(xml_buf, buf, &ix, n_buf, self_closing); | ||||
| if (terminator != 0) { | if (terminator != 0) { | ||||
| if (end_clause_after_tag) | |||||
| ix = end_clause_index; | |||||
| buf[ix] = ' '; | buf[ix] = ' '; | ||||
| buf[ix++] = 0; | buf[ix++] = 0; | ||||