From 6069b7ca49fbe5e5e9852011d822c99bd2052cc8 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 31 May 2014 13:28:18 -0400 Subject: [PATCH] Need quoting here. --- plugins/togo/templates/npl.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/togo/templates/npl.tmpl b/plugins/togo/templates/npl.tmpl index 99ae682..548c3d0 100644 --- a/plugins/togo/templates/npl.tmpl +++ b/plugins/togo/templates/npl.tmpl @@ -24,7 +24,7 @@ Pull from $escape($tname) #if $Offset < -($shows_per_page+1) #set $Offset = -($shows_per_page+1) #end if - Previous Page + Previous Page #end if #set $i = 0 @@ -126,7 +126,7 @@ Pull from $escape($tname) #if ($TotalItems - $ItemCount) > ($ItemStart + 1) #set $Offset = $shows_per_page - 1 - Next Page + Next Page #end if -- 2.11.4.GIT