aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/linklist.paging.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/linklist.paging.html')
-rw-r--r--tpl/linklist.paging.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/tpl/linklist.paging.html b/tpl/linklist.paging.html
index 42f58d0d..86019c01 100644
--- a/tpl/linklist.paging.html
+++ b/tpl/linklist.paging.html
@@ -15,10 +15,8 @@
15 {loop="$action_plugin"} 15 {loop="$action_plugin"}
16 <div class="paging_privatelinks"> 16 <div class="paging_privatelinks">
17 <a 17 <a
18 {loop="$value"} 18 {loop="$value.attr"}
19 {if="$key!='html'"} 19 {$key}="{$value}"
20 {$key}="{$value}"
21 {/if}
22 {/loop}> 20 {/loop}>
23 {$value.html} 21 {$value.html}
24 </a> 22 </a>