From bf0939e320fb8aa4ae9a0581fe4c8deede5cedf7 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 12 Mar 2017 19:11:44 +0000 Subject: [PATCH] wikiconvert: comment git-svn-id: trunk@54390 - --- components/wiki/lazwiki/wiki2fpdocconvert.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wiki/lazwiki/wiki2fpdocconvert.pas b/components/wiki/lazwiki/wiki2fpdocconvert.pas index 1482e1b737..77a7ff9a21 100644 --- a/components/wiki/lazwiki/wiki2fpdocconvert.pas +++ b/components/wiki/lazwiki/wiki2fpdocconvert.pas @@ -280,7 +280,7 @@ end; { IsValidIdent returns true if the first character of Ident is in: 'A' to 'Z', 'a' to 'z' or '_' and the following characters are one of: - 'A' to 'Z', 'a' to 'z', '0'..'9' or '_' } + 'A' to 'Z', 'a' to 'z', '0'..'9', '_' or '-' } function IsValidNodeName(const Ident: string): boolean; var p: PChar;