diff --git a/public/app/plugins/panel/table/renderer.ts b/public/app/plugins/panel/table/renderer.ts index 2a022d578c9..68cb594ab5e 100644 --- a/public/app/plugins/panel/table/renderer.ts +++ b/public/app/plugins/panel/table/renderer.ts @@ -149,7 +149,8 @@ export class TableRenderer { '<': '<', '>': '>', '"': '"', - '\'': ''' + '\'': ''', + '/': '/' })[m]; }); }