1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-06-09 17:22:26 +02:00
gdk/modules/base/lib/phpQuery/phpQuery/plugins/Scripts/print_source.php
2020-01-25 14:52:35 +08:00

9 lines
224 B
PHP

<?php
/**
* Script outputs document markup and changes HTML special chars to entities.
*
* @author Tobiasz Cudnik <tobiasz.cudnik/gmail.com>
*/
/** @var phpQueryObject */
$self = $self;
$return = htmlspecialchars($self);