Commit 21526a77 by Bagus Pambudi

fix bug readmore bahasa china

parent 5211f796
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<p>{!! strip_tags(substr(html_entity_decode($value->rZh->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p> <p>{!! strip_tags(substr(html_entity_decode($value->rZh->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p>
<br> <br>
@endif @endif
<a class="pull-right" style="padding-right: 20px;" href="{!! url('post/'.$value->slug) !!}">Weiterlesen &raquo;&raquo;</a> <a class="pull-right" style="padding-right: 20px;" href="{!! url('post/'.$value->slug) !!}">閱讀更多 &raquo;&raquo;</a>
</div> </div>
</div> </div>
@else @else
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{!! strip_tags(substr(html_entity_decode($value->rZh->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!} {!! strip_tags(substr(html_entity_decode($value->rZh->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}
@endif @endif
<br><a class="pull-right" style="padding-right: 20px;" target="_blank" href="{!! url('info/'.$value->slug) !!}"> <br><a class="pull-right" style="padding-right: 20px;" target="_blank" href="{!! url('info/'.$value->slug) !!}">
Weiterlesen »»</a> 閱讀更多 »»</a>
</div> </div>
</div> </div>
@endif @endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment