Merge pull request #1797 from esqew/devel

Improvement to readability of footer "update" command text
This commit is contained in:
Adam Warner
2021-05-07 08:21:07 +01:00
committed by GitHub
+1 -1
View File
@@ -93,7 +93,7 @@
</li>
</ul>
<?php if($core_update || $web_update || $FTL_update) { ?>
<p>To install updates, run <a href="https://docs.pi-hole.net/main/update/">pihole -up</a>.</p>
<p>To install updates, run <code><a href="https://docs.pi-hole.net/main/update/">pihole -up</a></code>.</p>
<?php } ?>
<?php } ?>
</div>