Skip to content

Commit

Permalink
[fix] components: Remove separator inside table pagination, it's styl…
Browse files Browse the repository at this point in the history
…e dependents
  • Loading branch information
BourgerieQuentin committed Oct 11, 2011
1 parent 88966e9 commit 0abce82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/components/table/table.opa
Expand Up @@ -1663,7 +1663,6 @@ CTable = {{
l = List.init(i ->i+pmin ,pmax-pmin+1)
l = List.map(i ->
<>
{if not(i == pmin) then " - " else ""}
{if i == current_page
then <li><a href="#" class="active">{i}</a></li>
else <li><a href="#" onclick={goto(i)}>{i}</a></li>}
Expand Down

0 comments on commit 0abce82

Please sign in to comment.