From 1fc0a4200d458e35f8c1cb4f98cff4db94ed2de2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 23 Dec 2015 10:47:34 +0100 Subject: [PATCH] typo: primt_options --- templates/webpages/rp/print_options.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/rp/print_options.html b/templates/webpages/rp/print_options.html index 502055823..33a34b8ad 100644 --- a/templates/webpages/rp/print_options.html +++ b/templates/webpages/rp/print_options.html @@ -23,13 +23,13 @@ [%- ELSE %] - [%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex %] + [%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex %] [%- END %] [%- END %] -[%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex && !is_email %] +[%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %] [% 'Copies' | $T8 %] [%- END %] -- 2.20.1