--- loncom/interface/londocs.pm 2010/02/05 12:46:40 1.419 +++ loncom/interface/londocs.pm 2010/03/17 15:59:05 1.420 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.419 2010/02/05 12:46:40 bisitz Exp $ +# $Id: londocs.pm,v 1.420 2010/03/17 15:59:05 onken Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3793,6 +3793,9 @@ function openTabs(pageId) { if(currentLis[i].className == 'active') { funcString = currentLis[i].onclick.toString(); tab = funcString.split('"'); + if(tab.length < 2) { + tab = funcString.split("'"); + } currentData = document.getElementById(tab[1]); currentData.style.display = 'block'; }