Browse Source

Minor Fixed text out the box - clip texto_fuera_de_la_caja CT#462

Arthur Portugal 15 years ago
parent
commit
b8f558e77c
1 changed files with 4 additions and 5 deletions
  1. 4 5
      main/newscorm/learnpath.class.php

+ 4 - 5
main/newscorm/learnpath.class.php

@@ -7722,12 +7722,11 @@ class learnpath {
 
 		}
 		$return .= $this->write_resources_tree($resources_sorted);
-
-		$return .= '</div>';
-
-		if (Database :: num_rows($res_doc) == 0)
+	if (Database :: num_rows($res_doc) == 0)
 			$return .= '<div class="lp_resource_element">' . get_lang("NoDocuments") . '</div>';
-
+		
+		$return .= '</div>';
+		
 		return $return;
 	}