summaryrefslogtreecommitdiff
path: root/dash/ads.php
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2016-12-29 21:22:54 -0700
committercflem <carson.fl3ming@gmail.com>2016-12-29 21:22:54 -0700
commit083a0e4d9c6bcb24083c19727d283a340123d0fc (patch)
tree41e983efbd2145a84f976eff99a73270db3da7fc /dash/ads.php
parentfeaeb79b6e1596c64f5a345b1017a4f9fe482d8d (diff)
downloadbulletin-083a0e4d9c6bcb24083c19727d283a340123d0fc.tar.gz
Fixed syntax error
Diffstat (limited to 'dash/ads.php')
-rw-r--r--dash/ads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/ads.php b/dash/ads.php
index 995301c..73d11aa 100644
--- a/dash/ads.php
+++ b/dash/ads.php
@@ -41,7 +41,7 @@ else
<?php
$phonelink = '+'.preg_replace('/[^0-9]/g', '', $row['phone']);
?>
- <p id="ephone"><a href="tel:<?=$phonelink;?>"><?=htmlentities($row['phone'];?></a></p>
+ <p id="ephone"><a href="tel:<?=$phonelink;?>"><?=htmlentities($row['phone']);?></a></p>
<p id="echat"><a href="#" onclick="bullechat.gui.create('<?=htmlentities($row['email'], ENT_HTML401 | ENT_QUOTES);?>'); return false;">Open a Chat</a></p>
</div>
</div>