]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagrss.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / tagrss.php
index bb4edf47305fd1b5a8200a9b1f8f7e3c5c5b78a0..912d71413d5d6df2b6359fef9a841a1a9542357b 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 // Formatting of RSS handled by Rss10Action
 
-class TagrssAction extends Rss10Action {
+class TagrssAction extends Rss10Action
+{
 
     function init()
     {