forked from Cavemanon/cavepaintings
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
This commit is contained in:
@ -34,4 +34,4 @@ class LinkImage extends Extension {
|
||||
'text_link' => $text_link);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -22,4 +22,4 @@ class LinkImageTest extends ShimmieWebTestCase {
|
||||
$this->log_out();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -91,4 +91,4 @@ class LinkImageTheme extends Themelet {
|
||||
";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user