Correct the maximum length enforced for guidance text (74 vs 48)
This commit is contained in:
parent
db477e5d42
commit
5c8a573382
@ -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…
x
Reference in New Issue
Block a user