Mercurial > dive4elements > river
changeset 7978:a1a918f63bb4
Exclude annotation types without trailing unit (assumed after whitespace).
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 27 Jun 2014 18:47:55 +0200 |
parents | 30aecc45d676 |
children | 6fef38a526c7 |
files | artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml Fri Jun 27 16:52:00 2014 +0200 +++ b/artifacts/doc/conf/meta-data.xml Fri Jun 27 18:47:55 2014 +0200 @@ -1557,7 +1557,7 @@ SELECT id AS anno_id, name AS anno_description FROM annotation_types - WHERE name LIKE 'Quelle%' OR name LIKE 'Senke%' + WHERE name LIKE 'Quelle %' OR name LIKE 'Senke %' </dc:statement> <dc:for-each> <annotation name="{$anno_description}"