mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
geo_distance by geo_fencing
This commit is contained in:
parent
d928abe0ec
commit
e79c8f1894
5 changed files with 20 additions and 8 deletions
|
@ -103,7 +103,7 @@ sub tpl(){
|
|||
}
|
||||
#email tag with little coding against grabber
|
||||
if($record_cc->{$key} =~ /(\w+\@[\w-]+\.\w+)/){
|
||||
$record_cc->{$key} =~ s/(\w+\@[\w-]+\.\w+)/\<a href=\'mailto:$1\'\>$1\<\/a\>/;
|
||||
$record_cc->{$key} =~ s/([\w\.\-_]+\@[\w-]+\.\w+)/\<a href=\'mailto:$1\'\>$1\<\/a\>/;
|
||||
$record_cc->{$key} =~ s/\@/\&\#64\;/g;
|
||||
}
|
||||
$record_cc->{$key} =~ s/\\//g;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue