commit c995c9f635fd55e8f4602cd7ebf94a819e250688
parent 2a54f5db8db1852bae67c0a88f963dba38616bb0
Author: Grahack <christophegragnic@gmail.com>
Date: Fri, 24 Jan 2014 09:36:57 +0100
div not properly closed in sample-dynamic-2.html
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/sample-dynamic-2.html b/test/sample-dynamic-2.html
@@ -107,7 +107,7 @@ Type text in the box below:<br/>
Preview is shown here:
<div id="MathPreview" style="border:1px solid; padding: 3px; width:50%; margin-top:5px"></div>
<div id="MathBuffer" style="border:1px solid; padding: 3px; width:50%; margin-top:5px;
-visibility:hidden; position:absolute; top:0; left: 0"><div>
+visibility:hidden; position:absolute; top:0; left: 0"></div>
<script>
Preview.Init();