Minor fixes

This commit is contained in:
Graham Campbell
2014-03-21 21:26:59 +00:00
parent a0731ddb5f
commit 352756e5f1
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
@@ -22,7 +22,7 @@
// the $line is 1-indexed, we nab -1 where needed to account for this
$range = $frame->getFileLines($line - 8, 10);
// getFileLines can return null if there is no source code
if ($range):
$range = array_map(function($line){ return empty($line) ? ' ' : $line;}, $range);
@@ -34,7 +34,7 @@
<?php endif ?>
<?php
// Append comments for this frame */
// Append comments for this frame
$comments = $frame->getComments();
?>
<div class="frame-comments <?php echo empty($comments) ? 'empty' : '' ?>">