Actions
Patch #1402
closedPatch for lib/SVG/Graph/Graph.rb, can't externalize stylesheets
Description
lib/SVG/Graph/Graph.rb has a bug. When the stylesheets of generated SVGs is externalized, for example
graph.style_sheet = '/stylesheets/graph.css'
at RepositoryController#graph_commits_per_author,
graph object raises an exception.
This is because typo. The attached patch solves this problem.
Files
Actions