aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-11-26 14:08:51 +0100
committerThomas Citharel <tcit@tcit.fr>2014-11-26 14:08:51 +0100
commit41bd2be68a7b20f276f660ef69aea0fc685a126d (patch)
tree1bbe66ffcfd61f593924c502aa8c34b0ff2acd5e
parentb9c026ce32abed7295d2775640edc0ef89017723 (diff)
parent66d7a4dcd895932faea04c93de615af23f687466 (diff)
downloadwallabag-41bd2be68a7b20f276f660ef69aea0fc685a126d.tar.gz
wallabag-41bd2be68a7b20f276f660ef69aea0fc685a126d.tar.zst
wallabag-41bd2be68a7b20f276f660ef69aea0fc685a126d.zip
Merge pull request #958 from etiess/patch-2
Update 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>