| 5 | Also check this related exception: |
| 6 | {{{ |
| 7 | Module ckan.controllers.user:59 in read |
| 8 | << c.is_myself = user.name == c.user |
| 9 | c.api_key = user.apikey |
| 10 | c.about_formatted = self._format_about(user.about) |
| 11 | revisions_q = model.Session.query(model.Revision |
| 12 | ).filter_by(author=user.name) |
| 13 | >> c.about_formatted = self._format_about(user.about) |
| 14 | Module ckan.controllers.user:167 in _format_about |
| 15 | << def _format_about(self, about): |
| 16 | about_formatted = ckan.misc.MarkdownFormat().to_html(about) |
| 17 | return genshi.HTML(about_formatted) |
| 18 | |
| 19 | def _get_form_password(self): |
| 20 | >> return genshi.HTML(about_formatted) |
| 21 | WebApp Error: <class 'genshi.input.ParseError'>: junk characters in start tag: u'\u201dhttp://www.settingu': line 1, column 3 |
| 22 | }}} |