mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
correcting "DTD" and iframe fix for firefox
This commit is contained in:
parent
dbcd6a21ce
commit
67bb459f17
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
@ -68,7 +68,7 @@
|
|||
</td>
|
||||
<td valign="top" style="height : 100%;">
|
||||
<div id="text">
|
||||
<iframe id="page" src="./pages/index.html"></iframe>
|
||||
<iframe id="page" name="page" src="./pages/index.html"></iframe>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue