]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.ml
Better tooltips.
[helm.git] / helm / matita / matitaScript.ml
index 4425d10218521600380b721216d8b98569e636b5..7e4dcb9fc04e4200a8c00e15a77c02af7e617a37 100644 (file)
@@ -57,7 +57,7 @@ let prepend_text header base =
   if Pcre.pmatch ~rex:heading_nl_RE base then
     sprintf "\n%s%s" header base
   else
-    sprintf "%s\n%s" header base
+    sprintf "\n%s\n%s" header base
 
   (** creates a statement AST for the Goal tactic, e.g. "goal 7" *)
 let goal_ast n =