Am 30.08.2012 12:38, schrieb simendsjo:

The meta tag should have any content, but vibe automatically adds it. Is
it possible to override this functionality without resorting to plain html?

Example:
meta()
results in
<meta></meta>
but I'd like
<meta/>

That's a bug and is fixed now. I added 'meta' to the list of tags with
no content in diet.d. Generally it should be the Diet parser's
responsibility to enforce proper HTML ouput; so overriding functionality
in this case should not be necessary.