Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
f5f2f9ea
Commit
f5f2f9ea
authored
Oct 03, 2018
by
IKEDA Soji
Browse files
Error escaping apostrophe on stats page #428
parent
960ad903
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/stats.tt2
View file @
f5f2f9ea
...
...
@@ -21,7 +21,7 @@
<!--
var line = [% o.stats_values %];
$.jqplot('[% chartid %]', [line], {
title: '[% o.title %]',
title: '[% o.title
.replace('([\\\\\'])', '\\\\$1')
%]',
axesDefaults: {
min: 0,
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment