Skip to content

Commit

Permalink
refactor(question): remove useless DOM id
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 28, 2020
1 parent 9dc71ca commit d39aab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,10 @@ public function showForm($ID, $options = []) {
]);
echo '</td>';

echo '<td id="plugin_formcreator_subtype_label">';
echo '<td>';
echo '</td>';

echo '<td id="plugin_formcreator_subtype_value">';
echo '<td>';
echo '</td>';
echo '</tr>';

Expand Down

0 comments on commit d39aab4

Please sign in to comment.