소스 검색

no border in old browsers, either.

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 년 전
부모
커밋
14c4a66190
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      caca-php/examples/www/export.php

+ 1
- 1
caca-php/examples/www/export.php 파일 보기

@@ -99,7 +99,7 @@ $export_php = isset($_SERVER['SCRIPT_NAME'])
$_SERVER['SCRIPT_NAME']
:
'export.php';
?><iframe name="preview" id="preview" width="820" height="620" style="margin: 0; padding: 0; border: none; width: 100%"></iframe>
?><iframe frameborder="0" name="preview" id="preview" width="820" height="620" style="margin: 0; padding: 0; border: none; width: 100%"></iframe>
</body>
</html>
<?php


불러오는 중...
취소
저장