The indicator line is not showing up on the active tab on page load.
Initialize it on the onOpen callback in collapsible.
$('body .collapsible').collapsible({onOpen: function(){ $('ul.tabs').tabs() } })