This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
only fill the preview iframe when javascript is enabled
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 years ago
parent
995edf8021
commit
4b01269d8a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca-php/examples/www/export.php
+ 1
- 1
caca-php/examples/www/export.php
View File
@@ -98,7 +98,7 @@ $export_php = isset($_SERVER['SCRIPT_NAME'])
$_SERVER['SCRIPT_NAME']
:
'export.php';
?><iframe name="preview" id="preview"
src="<?= htmlspecialchars($export_php) ?>?format=html"
width="820" height="620" style="margin: 0; padding: 0; border: none; width: 100%"></iframe>
?><iframe name="preview" id="preview" width="820" height="620" style="margin: 0; padding: 0; border: none; width: 100%"></iframe>
</body>
</html>
<?php
Write
Preview
Loading…
Cancel
Save