From cf407f9a809a587db068b9ade8b02d8fc7b38379 Mon Sep 17 00:00:00 2001 From: df Date: Mon, 22 Feb 2021 19:31:20 +0000 Subject: [PATCH] Correct the maximum length enforced for guidance text (74 vs 48) --- webif/lib/ts.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webif/lib/ts.class b/webif/lib/ts.class index 6f516bd..1c5cf12 100644 --- a/webif/lib/ts.class +++ b/webif/lib/ts.class @@ -310,7 +310,7 @@ ts method setsynopsis {newsynopsis} { } ts method setguidance {newguidance} { - if {[string length $newguidance] > 48} { return } + if {[string length $newguidance] > 74} { return } if {$newguidance eq ""} { exec /mod/bin/hmt "-guidance" $file