Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Jan 8, 2012
1 parent 6aaa247 commit 0fe661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my.php
Expand Up @@ -185,7 +185,7 @@
<td style="color: red; text-align: right; padding-right: 1em"><i title="This URL is ignored by this instance of Show Slow">ignored</i></td>
<td colspan="<?php echo $cols*2 ?>"/>
<?php } else if (!is_null($row['o']) || !is_null($row['ps_o']) || !is_null($row['dt_o'])) { ?>
<td style="text-align: right; padding-right: 1em"><a title="Time of last check for this URL" href="<?php echo detailsUrl($row['id'], $row['url'];?>"><?php echo htmlentities($row['last_update']); ?></a></td>
<td style="text-align: right; padding-right: 1em"><a title="Time of last check for this URL" href="<?php echo detailsUrl($row['id'], $row['url'])?>"><?php echo htmlentities($row['last_update']); ?></a></td>
<?php if (!$yslow) {?>
<?php } else if (!is_null($row['o'])) {?>
<td class="score" title="Current YSlow grade: <?php echo prettyScore($row['o'])?> (<?php echo $row['o']?>)"><?php echo prettyScore($row['o'])?> (<?php echo $row['o']?>)</td>
Expand Down

0 comments on commit 0fe661d

Please sign in to comment.