'.htmlentities($v['source0'][0]).'
';
}
if (!empty($v['source'])) {
echo '
';
foreach ((array) $v['source']['content'] as $key => $value) {
if (($key + $v['source']['startline']) == $v['line']) {
echo ''.htmlentities($value).'
';
} else {
echo ''.htmlentities($value).'
';
}
}
echo '
';
}
?>