Browse Source

Fix typographical error in closing paragraph tag in radio extension / theme

pull/40/head
Benjamin Southall 7 years ago
parent
commit
9e2e08082b
  1. 2
      templates/themes/radio/radio.html

2
templates/themes/radio/radio.html

@ -94,7 +94,7 @@ $(document).ready(function(){
<option value="{{ channel }}">{{ channel }}</option> <option value="{{ channel }}">{{ channel }}</option>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</select> <p> </select> </p>
<p style="text-align:center;"> File list is <a id="fileslink" href="{{ settings.httpprefix ~ settings.filelistprefix ~ settings.defaultchannel ~ ".html" }}"> is here</a></p> <p style="text-align:center;"> File list is <a id="fileslink" href="{{ settings.httpprefix ~ settings.filelistprefix ~ settings.defaultchannel ~ ".html" }}"> is here</a></p>
<noscript><p style="text-align:center;">Radio statistics and channel switching will be not be updated without JavaScript, please visit {{ settings.radiostatus }} to see them directly.</p></noscript> <noscript><p style="text-align:center;">Radio statistics and channel switching will be not be updated without JavaScript, please visit {{ settings.radiostatus }} to see them directly.</p></noscript>

Loading…
Cancel
Save