forked from hummypkg/webif
509c98ee74
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@564 2a923420-c742-0410-a762-8d5b09965624
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
|
|
if {[expr ! [exists -proc escape]]} {
|
|
proc escape {str} {
|
|
regsub -all -- {"} "$str" "\\\"" str
|
|
return $str
|
|
}
|
|
}
|
|
|