]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Text/HTML.php
Add missing copyright text
[friendica.git] / src / Content / Text / HTML.php
index e1caca48ae04c399ae7809052fa3d775dfbb0dad..4eed07718d861d89f8de1807055ab2dd58d01e69 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -784,16 +784,6 @@ class HTML
                return $text;
        }
 
-       /**
-        * return div element with class 'clear'
-        * @return string
-        * @deprecated
-        */
-       public static function clearDiv()
-       {
-               return '<div class="clear"></div>';
-       }
-
        /**
         * Loader for infinite scrolling
         *