]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewsrc.php
Cleanup for #3010 - added spaces, thanks to @annando .
[friendica.git] / mod / viewsrc.php
index 1751b856f22e1928590116a4df3f75c17cb47daf..904b1442505d6f1aea9e58ae6335ea8dacb92485 100644 (file)
@@ -24,7 +24,7 @@ function viewsrc_content(&$a) {
                dbesc($item_id)
        );
 
-       if(dbm::is_result($r))
+       if (dbm::is_result($r))
                if(is_ajax()) {
                        echo str_replace("\n",'<br />',$r[0]['body']);
                        killme();