diff --git a/src/graph/graph-node.ts b/src/graph/graph-node.ts index d094747..8979aca 100644 --- a/src/graph/graph-node.ts +++ b/src/graph/graph-node.ts @@ -160,8 +160,8 @@ export class GraphNode { return ` diff --git a/src/utils/html-utils.ts b/src/utils/html-utils.ts index 07b5405..19c0b36 100644 --- a/src/utils/html-utils.ts +++ b/src/utils/html-utils.ts @@ -4,6 +4,7 @@ export class HtmlUtils { "&": "&", "<": "<", ">": ">", + "\"": """, "\"\"": """, "'": "'", "/": "/"