Skip to content

Commit

Permalink
[nosetests]: Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
teajaymars committed Mar 9, 2012
1 parent 25b90e6 commit f28e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/test_tag_vocab_plugin.py
Expand Up @@ -73,5 +73,5 @@ def filter(self, stream):
else:
html += '<option value="%s">%s</option>' % (tag, tag)
html += '</select>'
stream = stream | Transformer('fieldset[@id="groups"]').append(HTML(html))
stream = stream | Transformer('fieldset[@id="basic-information"]').append(HTML(html))
return stream

0 comments on commit f28e054

Please sign in to comment.