You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/08/23 03:20:05 UTC

[25/35] git commit: Remove form-control class from radio button

Remove form-control class from radio button


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/024e44a3
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/024e44a3
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/024e44a3

Branch: refs/heads/master
Commit: 024e44a3f1f48f72983b195bd3488a83e1c8fa27
Parents: 4a75927
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 17:41:51 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 17:41:51 2013 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/corelib/components/Radio.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/024e44a3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Radio.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Radio.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Radio.java
index 7fcf320..c0c492b 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Radio.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Radio.java
@@ -132,7 +132,6 @@ public class Radio implements Field
                 "type", "radio",
                 "id", clientId,
                 "name", controlName,
-                "class", "form-control",
                 "value", value);
 
         if (container.isSelected(this.value))