mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 09:04:11 +03:00
Add missed type attribute for embed javascripts
This commit is contained in:
parent
ecb95933aa
commit
5e3eacbb69
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user