Change tag syntax
All checks were successful
continuous-integration/drone/push Build is passing

Old: `<tag content="Human Readable Text">internal-id</tag>`
New: `<tag key="internal-id">Human Readable Text</tag>`

Fixes #826
Fixes #1095
This commit is contained in:
2020-04-26 13:32:25 +02:00
parent f4cec7e00c
commit 646c81a273
4009 changed files with 12650 additions and 12771 deletions

View File

@@ -41,8 +41,8 @@ world a better place with Free Software in 2012.
</body>
<tags>
<tag>front-page</tag>
<tag>annualreport</tag>
<tag key="front-page"/>
<tag key="annualreport"/>
</tags>
</html>