Add missed type attribute for embed javascripts

This commit is contained in:
Fedor A. Fetisov 2013-11-07 02:35:27 +04:00
parent ecb95933aa
commit 5e3eacbb69
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ function tpl_content() { global $page, $mibewroot, $errors;
<?php if( $page['saved'] ) { ?>
<?php echo getlocal("cannededit.done") ?>
<script><!--
<script type="text/javascript"><!--
if(window.opener && window.opener.location) {
window.opener.location.reload();
}

View File

@ -23,7 +23,7 @@ function tpl_content() { global $page, $mibewroot, $errors;
<?php if( $page['saved'] ) { ?>
<?php echo getlocal("page.translate.done") ?>
<script><!--
<script type="text/javascript"><!--
if(window.opener && window.opener.location) {
window.opener.location.reload();
}