aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/ContentProxy.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index 77acbd6c..642ba6f9 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -63,7 +63,7 @@ class ContentProxy
63 63
64 $html = $content['html']; 64 $html = $content['html'];
65 if (false === $html) { 65 if (false === $html) {
66 $html = '<p>Unable to retrieve readable content.</p>'; 66 $html = $this->fetchingErrorMessage;
67 67
68 if (isset($content['open_graph']['og_description'])) { 68 if (isset($content['open_graph']['og_description'])) {
69 $html .= '<p><i>But we found a short description: </i></p>'; 69 $html .= '<p><i>But we found a short description: </i></p>';