[html] Remove todo as it is already implemented

This commit is contained in:
logmanoriginal 2018-11-18 17:52:45 +01:00
parent 0d2ea9a677
commit 96a518c9e7
1 changed files with 0 additions and 3 deletions

View File

@ -124,9 +124,6 @@ function backgroundToImg($htmlContent) {
* @param string|object $content The HTML content. Supports HTML objects or string objects
* @param string $server Fully qualified URL to the page containing relative links
* @return object Content with fixed URLs.
*
* @todo If the input type was a string, this function should return a string as
* well. This is currently done implicitly by how the simplehtmldom object works.
*/
function defaultLinkTo($content, $server){
$string_convert = false;