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:19:47 UTC

[07/35] git commit: Generate correct markup for Glyphicons

Generate correct markup for Glyphicons


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

Branch: refs/heads/master
Commit: eafc779f996c86f48761a37efaae74cdcac51838
Parents: b6852a6
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 15:38:01 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 15:38:01 2013 -0700

----------------------------------------------------------------------
 .../main/coffeescript/META-INF/modules/t5/core/bootstrap.coffee    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eafc779f/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/bootstrap.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/bootstrap.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/bootstrap.coffee
index e4da9db..ec5bb64 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/bootstrap.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/bootstrap.coffee
@@ -22,7 +22,7 @@ define [],
       # Generates the CSS class name for an icon.
       #
       # * name - of icon, e.g., "arrow-left"
-      glyph: (name) -> """<span class="glyphicon glyphicon-#{name}"/>"""
+      glyph: (name) -> """<span class="glyphicon glyphicon-#{name}"></span>"""
 
     return exports