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

quickfix for #271

parent ff19d358
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
<tr>
<td>{{ loop.index }}</td>
<td><a href="javascript:videojs('videoplayer').currentTime({{c['time']}})">{{ vtttime(c['time']) }}</a></td>
<td>{{ moderator_editor(['chapters',c.id,'text'],c['text']) }}</td>
<td>{{ moderator_editor(['chapters',c.id,'text'],c['text']|e) }}</td>
<td>{{ moderator_checkbox(['chapters',c.id,'visible'], c.visible) }}</td>
<td>{{ moderator_delete(['chapters',c.id,'deleted']) }}</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment