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:
@ -135,4 +135,4 @@ class LogDatabase extends Extension {
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -10,4 +10,4 @@ class LogDatabaseTest extends SCoreWebTestCase {
|
||||
$this->log_out();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -103,4 +103,4 @@ class LogDatabaseTheme extends Themelet {
|
||||
return "<a href='".make_link("post/view/$iid")."'>Image #$iid</a>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user