aboutsummaryrefslogtreecommitdiffhomepage
path: root/install/wallabag_compatibility_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/wallabag_compatibility_test.php')
-rw-r--r--install/wallabag_compatibility_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/wallabag_compatibility_test.php b/install/wallabag_compatibility_test.php
index 2e78b675..61a8e99f 100644
--- a/install/wallabag_compatibility_test.php
+++ b/install/wallabag_compatibility_test.php
@@ -338,7 +338,7 @@ if (isset($_GET['from'])){
338 <?php if ($tidy_ok): ?> 338 <?php if ($tidy_ok): ?>
339 <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed. <em>No problems here.</em></li> 339 <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed. <em>No problems here.</em></li>
340 <?php else: ?> 340 <?php else: ?>
341 <li><strong>Tidy:</strong> The <code>Tidy</code> extension is not available. <?php echo $app_name; ?> should still work with most feeds, but you may experience problems with some.</li> 341 <li><strong>Tidy:</strong> The <code>Tidy</code> extension is not available. <?php echo $app_name; ?> should still work with most feeds, but you may experience problems with some. You can install it with <code>sudo apt-get install php5-tidy</code> and then reload Apache <code>sudo service apache2 reload</code>.</li>
342 <?php endif; ?> 342 <?php endif; ?>
343 343
344 <?php if ($curl_ok): ?> 344 <?php if ($curl_ok): ?>
@@ -424,4 +424,4 @@ if (isset($_GET['from'])){
424</div> 424</div>
425 425
426</body> 426</body>
427</html> \ No newline at end of file 427</html>