fixed link in settings

This commit is contained in:
hnh.mtf 2022-03-09 13:23:50 +01:00
parent 966afd9f8c
commit b06489c8b7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
if (!empty($_REQUEST["libreddit"]))
$url .= "&nitter=" . $_REQUEST["libreddit"];
echo "<a href=\"$url\"><p>";
echo "<a href=\"http://$url\" target=\"_blank\"><p>";
echo $url;
echo "</p>";
}