Skip to content

Commit

Permalink
admin/package: input ikscat on single line
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Mar 12, 2014
1 parent b9d4acb commit 92d124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/admin/package.rb
Expand Up @@ -254,7 +254,7 @@ def sl_entry(model, session)
end
end
def ikscat(model, session=@session)
input = HtmlGrid::Textarea.new(:ikscat, model, @session, self)
input = HtmlGrid::InputText.new(:ikscat, model, @session, self)
input.label = true
input
end
Expand Down

0 comments on commit 92d124d

Please sign in to comment.