diff --git a/mod/contacts.php b/mod/contacts.php
index 89154eded..f3b8a1def 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -243,7 +243,7 @@ function _contact_update_profile($contact_id) {
return;
$updatefields = array("name", "nick", "url", "addr", "batch", "notify", "poll", "request", "confirm",
- "poco", "network", "alias", "pubkey");
+ "poco", "network", "alias");
$update = array();
if ($data["network"] == NETWORK_OSTATUS) {
diff --git a/mod/follow.php b/mod/follow.php
index 7b1957c93..8affa11b5 100644
--- a/mod/follow.php
+++ b/mod/follow.php
@@ -94,6 +94,7 @@ function follow_content(&$a) {
'$nickname' => "",
'$name' => $ret["name"],
'$url' => $ret["url"],
+ '$zrl' => zrl($ret["url"]),
'$url_label' => t("Profile URL"),
'$myaddr' => $myaddr,
'$request' => $request,
diff --git a/view/templates/auto_request.tpl b/view/templates/auto_request.tpl
index 09e616332..f938d6371 100644
--- a/view/templates/auto_request.tpl
+++ b/view/templates/auto_request.tpl
@@ -28,7 +28,7 @@
{{/if}}
-{{if $url}}
- {{$url_label}}
- {{$url}}
{{/if}}
+{{if $url}}- {{$url_label}}
- {{$url}}
{{/if}}
{{if $location}}- {{$location_label}}
- {{$location}}
{{/if}}
{{if $keywords}}- {{$keywords_label}}
- {{$keywords}}
{{/if}}
{{if $about}}- {{$about_label}}
- {{$about}}
{{/if}}
diff --git a/view/templates/dfrn_request.tpl b/view/templates/dfrn_request.tpl
index d376b3a5d..178586a7b 100644
--- a/view/templates/dfrn_request.tpl
+++ b/view/templates/dfrn_request.tpl
@@ -27,7 +27,7 @@
{{/if}}
-{{if $url}}- {{$url_label}}
- {{$url}}
{{/if}}
+{{if $url}}- {{$url_label}}
- {{$url}}
{{/if}}
{{if $location}}- {{$location_label}}
- {{$location}}
{{/if}}
{{if $keywords}}- {{$keywords_label}}
- {{$keywords}}
{{/if}}
{{if $about}}- {{$about_label}}
- {{$about}}
{{/if}}
diff --git a/view/templates/intros.tpl b/view/templates/intros.tpl
index 8e5a24a6b..b9f7f1541 100644
--- a/view/templates/intros.tpl
+++ b/view/templates/intros.tpl
@@ -4,7 +4,7 @@
{{$str_notifytype}} {{$notify_type}}
-- {{$url_label}}
- {{$url}}
+- {{$url_label}}
- {{$url}}
{{if $location}}- {{$location_label}}
- {{$location}}
{{/if}}
{{if $gender}}- {{$gender_label}}
- {{$gender}}
{{/if}}
{{if $keywords}}- {{$keywords_label}}
- {{$keywords}}
{{/if}}