diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-29 21:22:54 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-29 21:22:54 -0700 |
| commit | 083a0e4d9c6bcb24083c19727d283a340123d0fc (patch) | |
| tree | 41e983efbd2145a84f976eff99a73270db3da7fc /dash/ads.php | |
| parent | feaeb79b6e1596c64f5a345b1017a4f9fe482d8d (diff) | |
| download | bulletin-083a0e4d9c6bcb24083c19727d283a340123d0fc.tar.gz | |
Fixed syntax error
Diffstat (limited to 'dash/ads.php')
| -rw-r--r-- | dash/ads.php | 2 |
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> |
