diff --git a/templates/index.html b/templates/index.html index d4945fe..4e96bba 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1762,7 +1762,7 @@ id="stocks-features" class="display-features-list text-white symbol-list"> {% for f in stocks_settings.symbols %} -
  • {{f}}
  • +
  • {{f}}
  • {% endfor%} @@ -2279,7 +2279,7 @@ {% for f in crypto_settings.symbols %} -
  • {{f}}
  • +
  • {{f}}
  • {% endfor%}