]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki/Formatter.hs
Wrote many
[Rakka.git] / Rakka / Wiki / Formatter.hs
index 1c3abe549d2a2445d22bd799fc15d1cf38c043a5..983673bf9614867a619f211e136a7b5980ce6d54 100644 (file)
@@ -188,6 +188,9 @@ formatInline
          Anchor attrs contents
              -> formatElem "a" -< (baseURI, attrs, contents)
 
+         Input attrs
+             -> formatElem "input" -< (baseURI, attrs, [])
+
          EmptyInline
              -> none -< ()
     where