mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 05:26:56 +00:00
Empty or missing type on genesis widget should not render an element/widget
Fixes #7153
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
title: Genesis/EmptyType
|
||||
description: Using an empty type attribute with the genesis widget
|
||||
type: text/vnd.tiddlywiki-multiple
|
||||
tags: [[$:/tags/wiki-test-spec]]
|
||||
|
||||
title: Output
|
||||
|
||||
<$genesis>Mouse</$genesis>
|
||||
|
||||
<$genesis $type="">Mouse</$genesis>
|
||||
+
|
||||
title: ExpectedResult
|
||||
|
||||
<p>Mouse</p><p>Mouse</p>
|
||||
Reference in New Issue
Block a user