MantisBT: master 7161efed

Author Committer Branch Timestamp Parent
dhx dhx master 2010-11-19 23:40 master 0fea46fc
Affected Issues  0012545: Output XHTML strict so browsers can validate the output of MantisBT
Changeset

Fix 0012545: Relationship graph output should use cmapx instead of cmap

The dot utility of Graphviz has -Tcmap and -Tcmapx output options that
correspond to HTML and XHTML output respectively. We should be using
"cmapx" to ensure that we're outputting a valid XHTML map element.

This commit also fixes incorrect permissions on graphviz_api.php
(removed execute bits).

mod - core/relationship_graph_api.php Diff File