]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Text/HTML.php
Simplify image url
[friendica.git] / src / Content / Text / HTML.php
index 89a680501f1674761d0c394cf1bc17799a50a6b5..988274f8dcba5567ec59247141d7d37d3dc60bc8 100644 (file)
@@ -24,7 +24,6 @@ namespace Friendica\Content\Text;
 use DOMDocument;
 use DOMXPath;
 use Friendica\Protocol\HTTP\MediaType;
-use Friendica\Content\Widget\ContactBlock;
 use Friendica\Core\Hook;
 use Friendica\Core\Renderer;
 use Friendica\Core\Search;
@@ -842,7 +841,7 @@ class HTML
         *
         * @param string $s     Search query.
         * @param string $id    HTML id
-        * @param bool   $aside Display the search widgit aside.
+        * @param bool   $aside Display the search widget aside.
         *
         * @return string Formatted HTML.
         * @throws \Exception