回答編集履歴

1

タグ修正

2016/06/13 04:24

投稿

tyome
tyome

スコア21

test CHANGED
@@ -12,4 +12,4 @@
12
12
 
13
13
  <th>tel</th>
14
14
 
15
- <td><a href='tel:<? echo trim(str_replace("-", "",$r->tel)); ?><? echo $r->tel; ?></td>
15
+ <td><a href='tel:<? echo trim(str_replace("-", "",$r->tel)); ?>'><? echo $r->tel; ?></a></td>