Fix links tool url replace "&amp"; by "&" - refs BT#8849

1.9.x
Daniel Barreto 11 years ago
parent da3a0268a3
commit c7c1b8c192
  1. 1
      main/newscorm/lp_view.php

@ -439,6 +439,7 @@ if ($is_allowed_to_edit) {
<!-- right zone -->
<div id="learning_path_right_zone" style="margin-left:<?php echo $margin_left;?>;height:100%">
<?php
$src = !empty($src) ? str_replace('&amp;', '&', $src) : '';
// hub 26-05-2010 Fullscreen or not fullscreen
$height = '100%';
if ($_SESSION['oLP']->mode == 'fullscreen') {

Loading…
Cancel
Save