forked from hummypkg/webif
Correct the maximum length enforced for guidance text (74 vs 48)
This commit is contained in:
parent
d98217b679
commit
cf407f9a80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user