From 856cf660909223847f0e239c5a60fcb5a4b614c2 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 7 Jun 2020 14:18:44 +0200 Subject: [PATCH] word edit: hashes for all column definitions Silence warnings during subcolumn handling. --- writer.plp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/writer.plp b/writer.plp index ba81e8a..76c00b1 100644 --- a/writer.plp +++ b/writer.plp @@ -126,11 +126,11 @@ my %wordcol = ( ], cover => {-label => 'Highlighted', type => 'checkbox'}, grade => {-label => 'Order', type => 'number'}, - form => 'Title', - alt => 'Synonyms', - wptitle => 'Wikipedia', - source => 'Image', - thumb => 'Convert options', + form => {-label => 'Title'}, + alt => {-label => 'Synonyms'}, + wptitle => {-label => 'Wikipedia'}, + source => {-label => 'Image'}, + thumb => {-label => 'Convert options'}, ); my ($find) = map {{id => $_}} $fields{id} || $Request || (); -- 2.30.0