Skip to content

Commit

Permalink
Issue simplepie#191 Style fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Aug 27, 2012
1 parent 4e901d0 commit ad9fb15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@
<?php
$link = $feed->get_link();
$title = $feed->get_title();
if ($link) {
$title = "<a href='$link' title='$title'>$title</a>";
if ($link)
{
$title = "<a href='$link' title='$title'>$title</a>";
}
echo $title;
?>
Expand Down

0 comments on commit ad9fb15

Please sign in to comment.