When generating a div for output of a graphviz_filter format, the format class is rendered incorrectly.

For example, if generating an SVG graph, the following div code is generated:

    <div class="graphviz graphviz-"svg>

This occurs because of a misplaced " in graphviz_filter.module on line 202:

      $output .= '<div class="graphviz graphviz-"'. $formats[$format]['format'] .'>';

Patch is attached.

CommentFileSizeAuthor
gvf.diff776 bytesstaticred

Comments

infojunkie’s picture

Version: 6.x-1.6 » 6.x-1.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.