Mercurial > dive4elements > river
diff artifacts/doc/conf/meta-data.xml @ 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 | 1961c4a32df3 |
children | 05ef23d55046 4ca747495cbf |
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}"