Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Nov 15, 2017
1 parent 5d6f4e2 commit 61e2a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RealmContent/Entities/ContentElement.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ContentElement: Object {

static public func allRawValues() -> [String] {
return [p.rawValue, img.rawValue, h1.rawValue,
h2.rawValue, h2.rawValue, h4.rawValue]
h2.rawValue, h2.rawValue, h3.rawValue, h4.rawValue]
}
}

Expand Down

0 comments on commit 61e2a16

Please sign in to comment.