On Thursday, 30 August 2012 at 11:33:45 UTC, Sönke Ludwig wrote:

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.

Thanks. For some reason I thought the template engine was very
general and not directly tied to html.