Tiqr / tiqr

Obsolete Github repo for the tiqr.org project. Note that the repository is split into several individual repos, all with a tiqr- prefix
35 stars 16 forks source link

Fix to main view always saying no accounts #32

Closed SyntaxPolice closed 11 years ago

SyntaxPolice commented 11 years ago

This commit fixes a bug where the main view screen always claims that there are no identities on the device.

This is caused because the "load web view" helper function always pulls in the static contents of a particular HTML file. Fixed that. Added the necessary escaping to the correct strings to allow them to load as html.

ijansch commented 11 years ago

Looks nice, thanks!