Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Dec 30, 2014
1 parent 6aade69 commit ea7e7ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/z3c/form/browser/orderedselect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ We also need to register the template for at least the widget and request:
If we render the widget we get an empty widget:

>>> print(widget.render())
<script type="text/javascript">
...
</script>
<script type="text/javascript" src="++resource++orderedselect_input.js" />

<table border="0" class="ordered-selection-field" id="widget-id">
<tr>
<td>
Expand Down

1 comment on commit ea7e7ab

@mgedmin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

I expect the other failure will be harder :/

Please sign in to comment.