Skip to content

Commit

Permalink
Merge pull request #3493 from ojalehto/fix/page_list/target
Browse files Browse the repository at this point in the history
Use correct target in page list links
  • Loading branch information
KorvinSzanto committed Feb 8, 2016
2 parents a9db68c + 85edbe0 commit e4744c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/concrete/blocks/page_list/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

<? if (isset($useButtonForLink) && $useButtonForLink): ?>
<div class="ccm-block-page-list-page-entry-read-more">
<a href="<?=$url?>" class="<?=$buttonClasses?>"><?=$buttonLinkText?></a>
<a href="<?=$url?>" target="<?=$target?>" class="<?=$buttonClasses?>"><?=$buttonLinkText?></a>
</div>
<? endif; ?>

Expand Down

0 comments on commit e4744c1

Please sign in to comment.