diff --git a/g2html b/g2html
index b18424d114..4b5e1bc630 160000
--- a/g2html
+++ b/g2html
@@ -1 +1 @@
-Subproject commit b18424d114c7838698b4323b49537d8e59faf55f
+Subproject commit 4b5e1bc630f2260ad3f05af557bc65f707af1a6d
diff --git a/src/framework/analysisResult.ml b/src/framework/analysisResult.ml
index 09ece868c1..e53ed37192 100644
--- a/src/framework/analysisResult.ml
+++ b/src/framework/analysisResult.ml
@@ -52,7 +52,7 @@ struct
(* Not using Node.location here to have updated locations in incremental analysis.
See: https://github.com/goblint/analyzer/issues/290#issuecomment-881258091. *)
let loc = UpdateCil.getLoc n in
- BatPrintf.fprintf f "\n" (Node.show_id n) loc.file loc.line loc.byte loc.column;
+ BatPrintf.fprintf f "\n" (Node.show_id n) loc.file loc.line loc.byte loc.column loc.endLine loc.endColumn loc.synthetic;
BatPrintf.fprintf f "%a\n" Range.printXml v
in
iter print_one xs