We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafe89a commit 4c5583eCopy full SHA for 4c5583e
1 file changed
lib/plugins-display.php
@@ -15,7 +15,7 @@
15
16
// If we're updating plugins, update those shown
17
if (isset($_GET['updatedPlugins'])) {
18
- echo "<script>top.document.getElementById('pluginsOptional').innerHTML = '".$pluginsDisplay."';</script>";
+ echo "<script>top.document.getElementById('pluginsOptional').innerHTML = '".str_replace("'","\\'",$pluginsDisplay)."';</script>";
19
}
20
21
// Work out what plugins we'll need to set on a setInterval
0 commit comments