* data/grampsxml.dtd: Typo.

svn: r8609
This commit is contained in:
Alex Roitman 2007-06-20 05:55:57 +00:00
parent 05bd94983f
commit 239f7e8450
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2007-06-19 Alex Roitman <shura@gramps-project.org>
* data/grampsxml.dtd: Typo.
* src/DbManager.py (check_in): Add -f option to ci to force
checking even if it is identical; fix -t option.

View File

@ -110,7 +110,7 @@ GENDER has values of M, F, or U.
-->
<!ELEMENT gender (#PCDATA)>
<!ELEMENT name (first?,call?last?,suffix?,patronymic?,title?,
<!ELEMENT name (first?,call?,last?,suffix?,patronymic?,title?,
(daterange|dateval|datestr)?,noteref*,sourceref*)>
<!ATTLIST name
alt (0|1) #IMPLIED