From 3213bbee540a2e491527d9e0c540b660eccdee5e Mon Sep 17 00:00:00 2001 From: naomiaro Date: Mon, 4 Oct 2010 14:18:42 -0400 Subject: [PATCH] redoing image path. --- htmlUI/templates/library/results.tpl | 6 +++--- htmlUI/templates/scratchpad/main.tpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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}