aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xml/Xml.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/Xml.v b/contrib/xml/Xml.v
index 5753363bd..adf195d94 100644
--- a/contrib/xml/Xml.v
+++ b/contrib/xml/Xml.v
@@ -14,7 +14,7 @@ Grammar vernac vernac : ast :=
xml_print [ "Print" "XML" tactic:qualidarg($id) "." ] ->
[(Print $id)]
-| xml_print_file [ "Print" "XML" "File" stringarg($fn) identarg($id) "." ] ->
+| xml_print_file [ "Print" "XML" "File" stringarg($fn) tactic:qualidarg($id) "." ] ->
[(Print $id $fn)]
| xml_show [ "Show" "XML" "Proof" "." ] ->