From b1c97dfcfd80263f94733d0ec6c357eebc5a57da Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Mar 2017 10:47:30 +0100 Subject: some sed magic on button class names --- view/tpl/admin_queue.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/admin_queue.tpl') diff --git a/view/tpl/admin_queue.tpl b/view/tpl/admin_queue.tpl index 35c2e644a..9d3d848c9 100644 --- a/view/tpl/admin_queue.tpl +++ b/view/tpl/admin_queue.tpl @@ -7,7 +7,7 @@ {{foreach $entries as $e}} -{{$e.total}}{{$e.outq_posturl}}{{$e.priority}}{{if $expert}}{{/if}} +{{$e.total}}{{$e.outq_posturl}}{{$e.priority}}{{if $expert}}{{/if}} {{/foreach}} -- cgit v1.2.3