Project

General

Profile

« Previous | Next » 

Revision 39979

unescape XML characters for widget

View differences:

modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/data/tmpl/default.php
6 6

  
7 7
?>
8 8

  
9
openAireWidgetCallback(<?php echo(json_encode($this -> data)); ?>, <?php echo($this -> hideOnEmpty ? 'true' : 'false'); ?>);
9
openAireWidgetCallback(<?php echo(html_entity_decode(json_encode($this -> data),ENT_XHTML));  ?>, <?php echo($this -> hideOnEmpty ? 'true' : 'false'); ?>);
10 10

  

Also available in: Unified diff