Skip to content

Commit

Permalink
Merge pull request #101 from OpenDevelopmentMekong/impl-100
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
Alex Corbi authored Dec 14, 2016
2 parents 03bc016 + c36bf4d commit 5d39cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-types/templates/page-profiles-list-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
?>
<td class="entry_title">
<div class="td-value">
<a href="?feature_id=<?php echo $profile[$id];?>"><?php echo $profile[$key];?></a>
<a target="_blank" href="?feature_id=<?php echo $profile[$id];?>"><?php echo $profile[$key];?></a>
</div>
</td>
<?php
Expand Down

0 comments on commit 5d39cf9

Please sign in to comment.