starting grammar sweep
This commit is contained in:
@@ -201,15 +201,15 @@ $tribalCouncils = [
|
||||
<?php endif; ?>
|
||||
|
||||
<li>
|
||||
<p><strong>Address: </strong><a class="font-medium underline" href=""><?= $tribalCouncil['contact']['address'] ?></a></p>
|
||||
<p><strong>Address: </strong><?= $tribalCouncil['contact']['address'] ?></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><strong>Phone: </strong><a class="font-medium underline" href=""><?= $tribalCouncil['contact']['phone'] ?></a></p>
|
||||
<p><strong>Phone: </strong><a class="font-medium underline" href="tel:+<?= str_replace("-", "", $tribalCouncil['contact']['phone']); ?>"><?= $tribalCouncil['contact']['phone'] ?></a></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><strong>Fax: </strong><a class="font-medium underline" href=""><?= $tribalCouncil['contact']['fax'] ?></a></p>
|
||||
<p><strong>Fax: </strong><a class="font-medium underline" href="fax:+<?= str_replace("-", "", $tribalCouncil['contact']['fax']); ?>"><?= $tribalCouncil['contact']['fax'] ?></a></p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user