Removed full stop

master
regagain 2016-07-20 17:53:27 +00:00
parent 6ea2ef3939
commit 02eb439684
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ handle remainder => sub {
structured_answer => {
data => {
title => "$result",
subtitle => "Luhn check digit for $_."
subtitle => "Luhn check digit for $_"
},
templates => {
group => "text",

View File

@ -15,7 +15,7 @@ sub build_structured_answer {
structured_answer => {
data => {
title => $result,
subtitle => "Luhn check digit for $input."
subtitle => "Luhn check digit for $input"
},
templates => {
group => 'text',