aboutsummaryrefslogtreecommitdiff
path: root/lib/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/html.php')
-rw-r--r--lib/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.php b/lib/html.php
index 8eb0deb3..d5f66676 100644
--- a/lib/html.php
+++ b/lib/html.php
@@ -278,7 +278,7 @@ $keptText = array()){
return $htmlContent;
}
-function defaultImageSrcTo($content, $server){
+function defaultLinkTo($content, $server){
foreach($content->find('img') as $image){
if(strpos($image->src, 'http') === false
&& strpos($image->src, '//') === false