Merge pull request #5348 from astifter/use_h3_for_showing_contacts
Use h3 instead of h4 in contacts block
This commit is contained in:
commit
e93f4e5c0c
|
@ -1,6 +1,6 @@
|
|||
|
||||
<div id="contact-block">
|
||||
<h4 class="contact-block-h4">{{$contacts}}</h4>
|
||||
<h3 class="contact-block-h4">{{$contacts}}</h3>
|
||||
{{if $micropro}}
|
||||
<a class="allcontact-link" href="viewcontacts/{{$nickname}}">{{$viewcontacts}}</a>
|
||||
<div class='contact-block-content'>
|
||||
|
|
Loading…
Reference in a new issue