diff --git a/View/Randomizer.html.twig b/View/Randomizer.html.twig index 08909c9..eea397f 100644 --- a/View/Randomizer.html.twig +++ b/View/Randomizer.html.twig @@ -14,7 +14,7 @@ {{ trans('cancel') }} {% else %} - + {% endif %} @@ -40,9 +40,9 @@ {% macro genButton(fsc, gen, icon, label) %}
{% set cssColor = gen == fsc.option ? 'btn-success' : 'btn-outline-success' %} - + {% if gen == fsc.option %} - + {% else %} {% endif %}