소스 검색

minor - fixed error typo javascript into lp - partial CT#462

Cristian Fasanando 15 년 전
부모
커밋
f172cf4cdd
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      main/newscorm/lp_view.php

+ 2 - 3
main/newscorm/lp_view.php

@@ -586,7 +586,7 @@ window.onload = function() {
 	//loads the glossary library	
 		
 	<?php
-	if (api_get_setting('show_glossary_in_extra_tools') == 'true') {  	
+	if (api_get_setting('show_glossary_in_extra_tools') == 'true') {	
 		if (api_get_setting('show_glossary_in_documents') == 'ismanual') {  	  	 	
 	  	 	?>		  	 	
 	    $(document).ready(function() {   
@@ -621,8 +621,7 @@ window.onload = function() {
 	<?php
 	  	 }
 	  }
-	?>
-	}
+	?>	
 }
 
 window.onresize = updateContentHeight;