Index: compile_rules.py ================================================================== --- compile_rules.py +++ compile_rules.py @@ -490,11 +490,11 @@ # Graph rules elif sLine.startswith("@@@@GRAPH:"): # rules graph call m = re.match(r"@@@@GRAPH: *(\w+)", sLine.strip()) if m: - printBookmark(1, "____ GRAPH: " + m.group(1) + " ____", i) + printBookmark(0, "GRAPH: " + m.group(1), i) lRuleLine.append([i, "@@@@"+m.group(1)]) bGraph = True lGraphRule.append([i, sLine]) bGraph = True elif sLine.startswith("@@@@END_GRAPH"):