aboutsummaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
authoretiess <etiess@users.noreply.github.com>2014-11-26 14:07:27 +0100
committeretiess <etiess@users.noreply.github.com>2014-11-26 14:07:27 +0100
commit66d7a4dcd895932faea04c93de615af23f687466 (patch)
tree1bbe66ffcfd61f593924c502aa8c34b0ff2acd5e /install
parentb9c026ce32abed7295d2775640edc0ef89017723 (diff)
downloadwallabag-66d7a4dcd895932faea04c93de615af23f687466.tar.gz
wallabag-66d7a4dcd895932faea04c93de615af23f687466.tar.zst
wallabag-66d7a4dcd895932faea04c93de615af23f687466.zip
Update wallabag_compatibility_test.php
Explain how to install Tidy
Diffstat (limited to 'install')
-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>