Merge pull request #958 from etiess/patch-2

Update wallabag_compatibility_test.php
This commit is contained in:
Thomas Citharel 2014-11-26 14:08:51 +01:00
commit 41bd2be68a
1 changed files with 2 additions and 2 deletions

View 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>
</html>