]> granicus.if.org Git - graphviz/commitdiff
Make sure emit state is reset for HTML labels
authorerg <devnull@localhost>
Thu, 30 Sep 2010 20:09:46 +0000 (20:09 +0000)
committererg <devnull@localhost>
Thu, 30 Sep 2010 20:09:46 +0000 (20:09 +0000)
lib/common/labels.c

index 14b046295f327dcfe73f2ffbe3e2bd1c57450e99..4af5f193563ac721cebd7fe04d523b1307dfaa85 100644 (file)
@@ -232,6 +232,7 @@ void emit_label(GVJ_t * job, emit_state_t emit_state, textlabel_t * lp)
 
     if (lp->html) {
        emit_html_label(job, lp->u.html, lp);
+       obj->emit_state = old_emit_state;
        return;
     }