Skip to content

Commit

Permalink
fix self warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Mar 15, 2022
1 parent 5ac153c commit 0497c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftHtml/Attributes/Target.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum Target: String {
/// Opens the link in a new window or tab
case blank = "_blank"
/// Default. Opens the link in the same frame as it was clicked
case `self` = "_self"
case `default` = "_self"
/// Opens the link in the parent frame
case parent = "_parent"
/// Opens the link in the full body of the window
Expand Down

0 comments on commit 0497c23

Please sign in to comment.