diff --git a/api/web/src/Llib/xml.scm b/api/web/src/Llib/xml.scm index 4918a6dd3..ca3d961e2 100644 --- a/api/web/src/Llib/xml.scm +++ b/api/web/src/Llib/xml.scm @@ -245,7 +245,7 @@ ;* attribute-grammar ... */ ;*---------------------------------------------------------------------*/ (define attribute-grammar - (regular-grammar ((id (: (in ("azAZ") "_") (* (in ("azAZ09") ":_-")))) + (regular-grammar ((id (: (in ("azAZ") "_") (* (in ("azAZ09") ":_-.")))) tag strict decoder)