Skip to content

Commit

Permalink
fix(question): space betwen icon and name
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 23, 2020
1 parent 9d8eb55 commit 4019a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public static function showForForm(CommonDBTM $item, $withtemplate = '') {
echo '<td onclick="plugin_formcreator_editQuestion(' . $item->getId() . ', \'' . $token . '\', ' . $question->getID() . ', ' . $section->getID() . ')">';
echo "<a href='#'>";
echo $field->getHtmlIcon();
echo '&nbsp;';
echo $question->fields['name'];
echo "<a>";
echo '</td>';
Expand Down

0 comments on commit 4019a4d

Please sign in to comment.