Skip to content

Commit

Permalink
[enhance] wboostrap: using × instead of x character
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqua-Ye committed Oct 27, 2011
1 parent 03210d5 commit 1302f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/widgets/bootstrap/bootstrap.opa
Expand Up @@ -528,7 +528,7 @@ WBootstrap = {{
id = Dom.fresh_id()
<div id=#{id}>
{match closable
{true} -> <a class="close" onclick={_->Dom.remove(#{id})}>x</a>
{true} -> <a class="close" onclick={_->Dom.remove(#{id})}>&times;</a>
{false} -> <></>}
<p>
{if content.title == "" then <></> else <strong>{content.title}</strong>}
Expand Down

0 comments on commit 1302f61

Please sign in to comment.