From: erg Date: Thu, 30 Sep 2010 20:09:46 +0000 (+0000) Subject: Make sure emit state is reset for HTML labels X-Git-Tag: LAST_LIBGRAPH~32^2~1178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39db46f2b4c5743abbcb1d2ebec49611234b35d5;p=graphviz Make sure emit state is reset for HTML labels --- diff --git a/lib/common/labels.c b/lib/common/labels.c index 14b046295..4af5f1935 100644 --- a/lib/common/labels.c +++ b/lib/common/labels.c @@ -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; }