Merge branch 'master_MDL-78893' of https://github.com/mattporritt/moodle
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ echo $OUTPUT->header();
|
||||
|
||||
// The map dimension is here as big as the popup/page is, so max with and at least 360px height.
|
||||
if ($ispopup) {
|
||||
echo '<h1 class="iplookup h2">' . htmlspecialchars($title) . '</h1>';
|
||||
echo '<h1 class="iplookup h2">' . htmlspecialchars($title, ENT_QUOTES | ENT_HTML401 | ENT_SUBSTITUTE) . '</h1>';
|
||||
$mapdim = 'width: '
|
||||
. (($width > 0) ? $width . 'px' : '100%')
|
||||
. '; height: '
|
||||
|
||||
Reference in New Issue
Block a user