Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GtkON doesn't parse '<' and '>' symbols #34

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments
Open

GtkON doesn't parse '<' and '>' symbols #34

GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

I think the following code must undestand the tag its a string and dont use it 
as xml tag.

Button label="&lt;-";

Must be

Button label="<-";

Original issue reported on code.google.com by [email protected] on 31 Mar 2011 at 9:14

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by b100dian on 3 Apr 2011 at 12:34

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Contributor Author

Current svn trunk (r823) have a workaround to fix this issue. It needs some 
cleanup and tests. but for your needs it will work :)

Original comment by [email protected] on 4 Apr 2011 at 4:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant