diff --git a/htmlUI/templates/library/results.tpl b/htmlUI/templates/library/results.tpl index 5d2b47a9c..e39088d84 100644 --- a/htmlUI/templates/library/results.tpl +++ b/htmlUI/templates/library/results.tpl @@ -42,10 +42,10 @@ {assign var="_duration" value=$i.duration}{niceTime in=$_duration} {if $i.type == 'playlist' && $PL->isAvailable($i.id) == false} -
- {$i.type|lower|capitalize}
+
+ {$i.type|lower|capitalize}
{else} - {$i.type|lower|capitalize} + {$i.type|lower|capitalize} {/if} diff --git a/htmlUI/templates/scratchpad/main.tpl b/htmlUI/templates/scratchpad/main.tpl index 0d14f9815..6032c618a 100644 --- a/htmlUI/templates/scratchpad/main.tpl +++ b/htmlUI/templates/scratchpad/main.tpl @@ -41,10 +41,10 @@ {niceTime in=$_duration} {if $i.type == 'playlist' && $PL->isAvailable($i.id) == false} -
- {$i.type|capitalize}
+
+ {$i.type|capitalize}
{else} - {$i.type|capitalize} {/if} + {$i.type|capitalize} {/if}