MantisBT: master 2e81aa88

Author Committer Branch Timestamp Parent
dregad dregad master 2024-09-02 13:06 master 82cb765c
Affected Issues  0034607: Incorrect Workflow Graph display if the status name contains a space
Changeset

Fix workflow labels with space displayed as HTML

The initial attempt to fix this by generating an HTML-like label failed,
because GraphViz's "HTML-like" labels only allow a limited set of tags
and the <span class="nowrap"> inserted by string_nobreak() is not one
of them.

So the only way to fix this is to remove that function call, which
should not cause any problems, because Graphviz will not wrap text
unless a newline \n is inserted in the label.

Fixes 0034607

mod - workflow_graph_img.php Diff File