Browse code

Default tpl - characters on new line fix

Jimako authored on 2024/04/25 05:57:27
Showing 1 changed files
... ...
@@ -6,7 +6,8 @@
6 6
 <div class="listbox">
7 7
 <div class="content">{featuredstory}<span class="label">Summary: </span>{summary}<br />
8 8
 <span class="label">Rated:</span> {rating}<br />
9
-<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
9
+<span class="label">Categories:</span> {category}<br />
10
+<span class="label">Characters: </span> {characters}<br />
10 11
 {classifications}
11 12
 <span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
12 13
 <span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed} <br /> 
... ...
@@ -27,4 +28,4 @@
27 28
 <div class="respond">{roundrobin}</div>
28 29
 {reviewform}
29 30
 </div>
30
-<!-- INCLUDE BLOCK : footer -->
31 31
\ No newline at end of file
32
+<!-- INCLUDE BLOCK : footer -->