diff --git a/FrontEnd/pp.py b/FrontEnd/pp.py
index 6f16c795..9dcc7b09 100755
--- a/FrontEnd/pp.py
+++ b/FrontEnd/pp.py
@@ -287,7 +287,7 @@ def DecorateNode(node_name, node):
out += ["", CircledLetterEntity("V"), ""]
if cwast.NF.FIELD_ANNOTATED in node.FLAGS:
- out += [CircledLetterEntity("F")]
+ out += ["",CircledLetterEntity("F"), ""]
if cwast.NF.CONTROL_FLOW in node.FLAGS:
out += [CircledLetterEntity("C")]
if problems: