Skip to content

Commit

Permalink
fixed short php tag spotted by Mad Alex
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Jan 11, 2005
1 parent 6767790 commit e76640e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rss/templib.php
Expand Up @@ -198,7 +198,7 @@ function rss_display_feeds($rssid='none') {
<td><?php print_string('edit'); ?></td>
<td><?php print_string('delete'); ?></td>
</tr>
<?
<?php
}

if (isset($res) && $res->fields){
Expand Down Expand Up @@ -323,4 +323,4 @@ function file_put_contents($filename, $content) {
return $nr_of_bytes;
}
}
?>
?>

0 comments on commit e76640e

Please sign in to comment.