mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[html] Remove todo as it is already implemented
This commit is contained in:
parent
0d2ea9a677
commit
96a518c9e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user