]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/Readability.php
Revert "Add SHAARLI support to view template"
[github/wallabag/wallabag.git] / inc / 3rdparty / Readability.php
index e1e8738b8e149e8f3bd26c6830fb36630a098aa5..7605871cc4d1fa70643d3a0cf2d7e4ebd7ac3023 100644 (file)
@@ -810,7 +810,8 @@ class Readability
                 return $this->grabArticle($this->body);
             }
             else {
-                return false;
+                # this line was commented by Nicolas LÅ“uillet 8/8/13 due to some urls not parsed
+                // return false;
             }
         }
         return $articleContent;