Skip to content

Commit

Permalink
Added missing iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Sep 4, 2020
1 parent 93375af commit 271e593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

## 1.2.0

- Added missing `iframe` element ([#9](https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/9))

## 1.1.1

- Fixed the `strf` function (see [#6](https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/6))
Expand Down
3 changes: 3 additions & 0 deletions src/Giraffe.ViewEngine/Engine.fs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ module HtmlElements =
let menuitem = voidTag "menuitem"
let summary = tag "summary"

// Others
let iframe = tag "iframe"

// ---------------------------
// Default HTML attributes
// ---------------------------
Expand Down

0 comments on commit 271e593

Please sign in to comment.