Skip to content

Commit fb06bdb

Browse files
authored
Fix "br" typo causing ugly rendering (epub only)
</br> instead of <br/> renders fine in the browser but not in an epub
1 parent 0607fcf commit fb06bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/episode_overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2>Overview</h2>
77
<div class="row">
88
<div class="col-md-3">
99
<strong>Teaching:</strong> {{ page.teaching }} min
10-
</br>
10+
<br/>
1111
<strong>Exercises:</strong> {{ page.exercises }} min
1212
</div>
1313
<div class="col-md-9">

0 commit comments

Comments
 (0)