]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update wallabag_compatibility_test.php 958/head
authoretiess <etiess@users.noreply.github.com>
Wed, 26 Nov 2014 13:07:27 +0000 (14:07 +0100)
committeretiess <etiess@users.noreply.github.com>
Wed, 26 Nov 2014 13:07:27 +0000 (14:07 +0100)
Explain how to install Tidy

install/wallabag_compatibility_test.php

index 2e78b675e9cfbb82cfdc55b118624e565ac1ccf6..61a8e99f0df54f82533ef1c8f4b5e57d58f6491c 100644 (file)
@@ -338,7 +338,7 @@ if (isset($_GET['from'])){
                                                        <?php if ($tidy_ok): ?>
                                                            <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed.  <em>No problems here.</em></li>
                                                        <?php else: ?>
-                                                           <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>
+                                                           <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>
                                                        <?php endif; ?>
                                                    
                                                        <?php if ($curl_ok): ?>
@@ -424,4 +424,4 @@ if (isset($_GET['from'])){
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>