Skip to content

Commit

Permalink
Merge branch 'nojaf-develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Dec 22, 2017
2 parents 1e0415b + 0f938fb commit 246cdd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion samples/IdentityApp/IdentityApp/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ open Microsoft.AspNetCore.Identity.EntityFrameworkCore
open Microsoft.EntityFrameworkCore
open Giraffe
open Giraffe.GiraffeViewEngine
open Giraffe.GiraffeViewEngine.Attributes

// ---------------------------------
// View engine
Expand Down
1 change: 0 additions & 1 deletion samples/SampleApp/SampleApp/HtmlViews.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module SampleApp.HtmlViews

open Giraffe.GiraffeViewEngine
open Giraffe.GiraffeViewEngine.Attributes
open SampleApp.Models

let layout (content: XmlNode list) =
Expand Down
5 changes: 4 additions & 1 deletion src/Giraffe/GiraffeViewEngine.fs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@ let menu = tag "menu"
let menuitem = voidTag "menuitem"
let summary = tag "summary"

/// Attributes
/// ---------------------------
/// Default HTML attributes
/// ---------------------------
[<AutoOpen>]
module Attributes =
// https://www.w3.org/TR/html5/index.html#attributes-1
Expand Down

0 comments on commit 246cdd2

Please sign in to comment.