1
0
Fork 0

Merge pull request #639 from annando/master

Community/Open Graph
This commit is contained in:
friendica 2013-03-03 12:07:52 -08:00
commit 1c55b0b359
6 changed files with 84 additions and 15 deletions

View file

@ -64,7 +64,7 @@
</span>
</div>
<div class="wall-item-content">
<div itemprop="description" class="wall-item-content">
{{if $item.title}}<h2><a href="{{$item.plink.href}}" class="{{$item.sparkle}}">{{$item.title}}</a></h2>{{/if}}
{{$item.body}}
</div>

View file

@ -59,7 +59,7 @@
</span>
</div>
<div class="wall-item-content">
<div itemprop="description" class="wall-item-content">
{{ if $item.title }}<h2><a href="$item.plink.href" class="$item.sparkle">$item.title</a></h2>{{ endif }}
$item.body
</div>