diff --git a/css/light-grey.scss b/css/light-grey.scss index ed28f7040..47bbf0e3c 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -577,7 +577,7 @@ td a.CollapsibleLabel, a.CollapsibleLabel{ td a.CollapsibleLabel::before, a.CollapsibleLabel::before{ font-family: "Font Awesome 5 Free"; color: $highlight-color; - content: "\f0dd"; + content: "\f0da"; // caret-right font-weight: 900; margin: 0 5px; font-size: 10px; @@ -594,7 +594,7 @@ td a.CollapsibleLabel.open, a.CollapsibleLabel.open{ td a.CollapsibleLabel.open::before, a.CollapsibleLabel.open::before { font-family: "Font Awesome 5 Free"; color: $highlight-color; - content: '\f0d7'; + content: '\f0d7'; // caret-down margin-right: 6px; font-size: 10px; } diff --git a/pages/ajax.render.php b/pages/ajax.render.php index e20cf1f0d..d85de1256 100644 --- a/pages/ajax.render.php +++ b/pages/ajax.render.php @@ -1509,7 +1509,13 @@ EOF { $oPage->add('
  • '.$oLicense->product.', © '.$oLicense->author.' is licensed under the '.$oLicense->license_type.' license. (Details)'); $oPage->add(''); - $oPage->add_ready_script('$("#toggle_'.$index.'").click( function() { $("#license_'.$index.'").slideToggle("normal"); } );'); + $oPage->add_ready_script(<<add('');