div not properly closed in sample-dynamic-2.html
This commit is contained in:
parent
2a54f5db8d
commit
c995c9f635
|
@ -107,7 +107,7 @@ Type text in the box below:<br/>
|
||||||
Preview is shown here:
|
Preview is shown here:
|
||||||
<div id="MathPreview" style="border:1px solid; padding: 3px; width:50%; margin-top:5px"></div>
|
<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;
|
<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>
|
<script>
|
||||||
Preview.Init();
|
Preview.Init();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user