Add RTL support to profile name and description in the VCard
This commit is contained in:
parent
0649d2c393
commit
531e5d7f3e
7 changed files with 31 additions and 31 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
<div class="vcard h-card">
|
||||
<div class="fn p-name">{{$name}}</div>
|
||||
<div class="fn p-name" dir="auto">{{$name}}</div>
|
||||
{{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
|
||||
{{if $about}}<div class="title p-job-title">{{$about nofilter}}</div>{{/if}}
|
||||
{{if $about}}<div class="title p-about" dir="auto">{{$about nofilter}}</div>{{/if}}
|
||||
{{if $url}}
|
||||
<div id="profile-photo-wrapper"><a href="{{$url}}"><img class="vcard-photo photo u-photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
|
||||
{{else}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue