Skip to content
Snippets Groups Projects
Commit ff19d358 authored by Andreas Valder's avatar Andreas Valder
Browse files

made player (nearly) html syntax error free

parent e90a0133
Branches main
Tags v1.0.9
No related merge requests found
......@@ -19,7 +19,7 @@
{% block content %}
<div class="panel panel-default">
<div class="panel-heading">
<span class="panel-title"><strong><a href="{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}">{{ course.title }}</strong></a>: {{ lecture.title}}</span>
<span class="panel-title"><strong><a href="{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}">{{ course.title }}</a></strong>: {{ lecture.title}}</span>
</div>
<div class="panel-body">
<div class="row" style="padding: 0px;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment