File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mauricerenck/komments" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.9.6 " ,
44 "description" : " A comment and webmention plugin for Kirby 3" ,
55 "type" : " kirby-plugin" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " komments" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.9.6 " ,
44 "description" : " A comment and webmention plugin for Kirby 3" ,
55 "main" : " index.js" ,
66 "author" : " Maurice Renck" ,
Original file line number Diff line number Diff line change 77 </div>
88 <div class="author-action">
99 <a href="<?php echo $ komment ->authorUrl (); ?> " rel="nofollow" target="_blank">
10- @ <?php echo $ komment ->author (); ?>
10+ <?php echo $ komment ->author (); ?>
1111 </a>
1212 <?php echo t ('mauricerenck.komments.mentioned ' ); ?>
1313 </div>
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ private function parseUrls()
128128 {
129129 $ contentFields = [];
130130 foreach ($ this ->fieldsToParseUrls as $ fieldName ) {
131- $ contentFields [] = $ this ->page ->content ()->$ fieldName ()->blocks ();
131+ $ contentFields [] = $ this ->page ->content ()->$ fieldName ()->html ();
132132 }
133133
134134 $ parseText = implode (' ' , $ contentFields );
You can’t perform that action at this time.
0 commit comments