]> git.mjollnir.org Git - moodle.git/commitdiff
fixed short php tag spotted by Mad Alex
authorgustav_delius <gustav_delius>
Tue, 11 Jan 2005 20:03:16 +0000 (20:03 +0000)
committergustav_delius <gustav_delius>
Tue, 11 Jan 2005 20:03:16 +0000 (20:03 +0000)
rss/templib.php

index b1ad0b3429741f27c94c90c1b98736273751ae47..2e8a4d259ed081fcd04d0a73fa84c4ffa798a47f 100644 (file)
@@ -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){
@@ -323,4 +323,4 @@ if (! function_exists('file_put_contents')){
         return $nr_of_bytes;
     }
 }
-?>
\ No newline at end of file
+?>