Skip to content

Commit

Permalink
fix(form): incorrect font on add target link
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jul 13, 2020
1 parent d9b4677 commit 4880b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Expand Up @@ -656,7 +656,7 @@ public function showTargets($ID, $options = []) {
echo '<tr class="line'.(($i + 1) % 2).'" id="add_target_row">';
echo '<td colspan="3">';
echo '<a href="javascript:plugin_formcreator_addTarget('.$ID.', \''.$token.'\');">
<i class="fa fa-plus" />
<i class="fa fa-plus"></i>
'.__('Add a target', 'formcreator').'
</a>';
echo '</td>';
Expand Down

0 comments on commit 4880b95

Please sign in to comment.