Redmine 1.2.1 Performed the patch, as specified in the instructions. Adding <code> {{graphviz( digraph G { a ->b; } )}} </code> results in <pre> Error executing the graphviz macro (undefined method `pop' for "\ndigraph G {\na ->b;\n}\n":String) </pre>
Redmine 1.2.1
Performed the patch, as specified in the instructions.
Adding
{{graphviz(
digraph G {
a ->b;
}
)}}
results in