]> git.mxchange.org Git - friendica.git/blobdiff - mod/hovercard.php
Cleanup /format pre-move
[friendica.git] / mod / hovercard.php
index 65b03f2b9470f96163c9f3b67cc819548df0a092..9deb071eb3b2c8d04cd6e49e377377e994ba9fdf 100644 (file)
@@ -15,6 +15,7 @@ function hovercard_init(App $a) {
        // Just for testing purposes
        $_GET["mode"] = "minimal";
 }
+
 function hovercard_content() {
        $profileurl     =       (x($_REQUEST,'profileurl')      ? $_REQUEST['profileurl']       : "");
        $datatype       =       (x($_REQUEST,'datatype')        ?$_REQUEST['datatype']          : "json");