Typo, more addslashes
This commit is contained in:
@@ -97,7 +97,7 @@ if ($cfg['QueryFrameJS']) {
|
||||
?>
|
||||
<center>
|
||||
<script type="text/javascript">
|
||||
document.writeln('<a href="<?php echo $href; ?>" <?php echo $target . ' ' . $onclick; ?>><?php echo $strQueryFrame; ?></a>');
|
||||
document.writeln('<a href="<?php echo $href; ?>" <?php echo $target . ' ' . $onclick; ?>><?php echo addslashes($strQueryFrame); ?></a>');
|
||||
</script>
|
||||
<noscript>
|
||||
<a href="<?php echo $href; ?>&no_js=true" <?php echo $target . ' ' . $onclick; ?> target="phpmain<?php echo $hash; ?>"><?php echo $strQueryFrame; ?></a>
|
||||
|
Reference in New Issue
Block a user