]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/contacts-template.tpl
Correct self attribute in ATOM feeds
[friendica.git] / view / templates / contacts-template.tpl
index 896f9af4c9f9d7f5fd7714d72556e06451a008a8..d85fcfb5af41460c698b20a0c4a8ea57d2eea377 100644 (file)
@@ -1,5 +1,5 @@
 
-<h1>{{$header}}{{if $total}} ({{$total}}){{/if}}</h1>
+<h2>{{$header}}{{if $total}} ({{$total}}){{/if}}</h2>
 
 {{if $finding}}<h4>{{$finding}}</h4>{{/if}}
 
@@ -14,7 +14,7 @@
 
 {{$tabs}}
 
-<form action="{{$baseurl}}/contacts/batch/" method="POST">
+<form action="{{$baseurl}}/contact/batch/" method="POST">
 {{foreach $contacts as $contact}}
        {{include file="contact_template.tpl"}}
 {{/foreach}}