Skip to content

Commit 0230277

Browse files
author
wangaz
committed
Replace section by div in XHTML jquery file (see #4)
1 parent 2e6a21b commit 0230277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/modules/jquery-ui-tabs/templates/j_ui_tabs.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script type="text/javascript">
77
/* <![CDATA[ */
88
(function($) {
9-
$('section.ce_tabs').tabs();
9+
$('div.ce_tabs').tabs();
1010
})(jQuery);
1111
/* ]]> */
1212
</script>

0 commit comments

Comments
 (0)