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

This commit is contained in:
Benjamin Southall 2017-04-30 13:09:29 +09:00
parent 3d7e118050
commit 9e2e08082b

View File

@ -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>