Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phlex-ruby/phlex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8bc3aec789541a47806921a47c6398786a954791
Choose a base ref
..
head repository: phlex-ruby/phlex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26d201a6da14f0c3d38fac3ea5388c54fdebd9af
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 lib/phlex/html/void_elements.rb
3 changes: 1 addition & 2 deletions lib/phlex/html/void_elements.rb
Original file line number Diff line number Diff line change
@@ -14,14 +14,13 @@ module Phlex::HTML::VoidElements

# Outputs a `<base>` tag.
# See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
def base(
__register_void_element__ def base(
class: nil,
href: nil,
id: nil,
target: nil,
**attributes
) = nil
register_element :base

# Outputs a `<br>` tag.
# See https://developer.mozilla.org/docs/Web/HTML/Element/br