Content deleted Content added
fix handling of three variants |
m perhaps clearer |
||
Line 398:
-- Only checks that the syntax is correct, not that the values are valid. For
-- instance,
function p.parse_IETF(tag)
if type(tag) ~= "string" or tag == "" then
|