View file phpquery/phpQuery/plugins/Scripts/print_source.php

File size: 224B
<?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);