File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -671,15 +671,15 @@ public function showWizard() : void {
671671 $ selected = $ sort_order == PluginFormcreatorEntityconfig::CONFIG_SORT_POPULARITY ? 'checked="checked" ' : '' ;
672672 echo '<input type="radio" class="-check-input" id="plugin_formcreator_mostPopular" name="sort" value="mostPopularSort" ' .$ selected .' onclick="showTiles(tiles)"/> ' ;
673673 echo '<label for="plugin_formcreator_mostPopular"> ' ;
674- echo '<a title=" ' . $ sort_settings [PluginFormcreatorEntityConfig::CONFIG_SORT_POPULARITY ] . '"><i class="fa fa-star" aria-hidden="true"></i></a> ' ;
674+ echo '<a title=" ' . $ sort_settings [PluginFormcreatorEntityConfig::CONFIG_SORT_POPULARITY ] . '"> <i class="fa fa-star" aria-hidden="true"></i></a> ' ;
675675 echo '</label> ' ;
676676 echo '</span> ' ;
677677 echo ' ' ;
678678 echo '<span class="radios"> ' ;
679679 $ selected = $ sort_order == PluginFormcreatorEntityconfig::CONFIG_SORT_ALPHABETICAL ? 'checked="checked" ' : '' ;
680680 echo '<input type="radio" class="-check-input" id="plugin_formcreator_alphabetic" name="sort" value="alphabeticSort" ' .$ selected .' onclick="showTiles(tiles)"/> ' ;
681681 echo '<label for="plugin_formcreator_alphabetic"> ' ;
682- echo '<a title=" ' . $ sort_settings [PluginFormcreatorEntityConfig::CONFIG_SORT_ALPHABETICAL ] . '"><i class="fa fa-arrow-down-a-z"></i></a> ' ;
682+ echo '<a title=" ' . $ sort_settings [PluginFormcreatorEntityConfig::CONFIG_SORT_ALPHABETICAL ] . '"> <i class="fa fa-arrow-down-a-z"></i></a> ' ;
683683 echo '</label> ' ;
684684 echo '</span> ' ;
685685 echo '</div> ' ;
You can’t perform that action at this time.
0 commit comments