mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(table): escape / chars as well
This commit is contained in:
parent
7d89cf228c
commit
ddb1d0c684
@ -149,7 +149,8 @@ export class TableRenderer {
|
||||
'<': '<',
|
||||
'>': '>',
|
||||
'"': '"',
|
||||
'\'': '''
|
||||
'\'': ''',
|
||||
'/': '/'
|
||||
})[m];
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user