Commit 3863a38
committed
fix(xss): close double-quoted string in aggregate graph_list block
The graph_list interpolation change left the prior single-quote close, leaving
the string opened at the <p> segment unterminated and breaking graphs.php with
a parse error. Close with a double quote to match the sibling itemlist blocks.
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>1 parent 74dc755 commit 3863a38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1008 | 1008 | | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | | - | |
| 1011 | + | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | 1014 | | |
| |||
0 commit comments