Groups
Groups
Sign in
Groups
Groups
Haml
Conversations
About
Send feedback
Help
problem with Multibyte string in haml_tag
1 view
Skip to first unread message
David Krmpotic
unread,
Jul 3, 2008, 2:41:23 PM
7/3/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haml
I have
haml_tag 'strong', str
where str is Multibyte.
and it doesn't output anything. When I change it to
haml_tag 'strong', str.to_s
then it does.
Nathan Weizenbaum
unread,
Jul 3, 2008, 6:54:24 PM
7/3/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ha...@googlegroups.com
haml_tag was checking to see if the argument is a string. I just pushed
a change to make it just test to be sure it's not a symbol.
Reply all
Reply to author
Forward
0 new messages