Skip to content

Commit

Permalink
Fixed issue #11190: The Donate link in footer opens in parent window
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed May 25, 2016
1 parent 2e98220 commit 7c40820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Support / Donate -->
<div class="col-xs-6 col-md-4 col-lg-5 text-right" >
<a href='http://donate.limesurvey.org'>
<a href='http://donate.limesurvey.org' target="_blank">
<img alt='<?php eT("Support this project - Donate to "); ?>LimeSurvey' title='<?php eT("Support this project - Donate to "); ?>LimeSurvey!' src='<?php echo Yii::app()->getConfig('adminimageurl');?>donate.png'/>
</a>
</div>
Expand Down

0 comments on commit 7c40820

Please sign in to comment.