Skip to content

Commit

Permalink
fix(form): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Dec 21, 2021
1 parent e857e2f commit a47b1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ public function showForCentral() {
echo '<tr class="tab_bg_' . ($i % 2 +1) . '" data-itemtype="PluginFormcreatorForm" data-id="' . $row['id'] . '">';
echo '<td>';
echo '<i class="fas fa-plus-circle" alt="+" title=""
onclick="showDescription(' . $row['id'] . ', this)" align="absmiddle" style="cursor: pointer"></i>W';
onclick="showDescription(' . $row['id'] . ', this)" align="absmiddle" style="cursor: pointer"></i>';
echo '&nbsp;';
echo '<a href="' . FORMCREATOR_ROOTDOC
. '/front/formdisplay.php?id=' . $row['id'] . '"
Expand Down

0 comments on commit a47b1ca

Please sign in to comment.