Browse Source

Update element_checkbox.erl

Namdak Tonpa 5 years ago
parent
commit
45e44a504e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/elements/input/element_checkbox.erl

+ 2 - 2
src/elements/input/element_checkbox.erl

@@ -1,5 +1,5 @@
 -module(element_checkbox).
--author('Rusty Klophaus, Vladimir Galunshchikov').
+-author('Rusty Klophaus').
 -include_lib("nitro/include/nitro.hrl").
 -include_lib("nitro/include/event.hrl").
 -compile(export_all).
@@ -43,4 +43,4 @@ render_element(Record) ->
     wf_tags:emit_tag(<<"label">>, nitro:render(Label), [
         {<<"class">>, Record#checkbox.class},
         {<<"style">>, Record#checkbox.style},
-        {<<"for">>, Id} ]).
+        {<<"for">>, Id} ]).