Skip to content

Commit

Permalink
MDL-16146 repository client javascript not xhtml strict - missing scr…
Browse files Browse the repository at this point in the history
…ipt type
  • Loading branch information
skodak committed Aug 20, 2008
1 parent de57d6f commit 8ba1908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/lib.php
Expand Up @@ -593,7 +593,7 @@ function get_repository_client($context){
<script type="text/javascript" src="$CFG->wwwroot/lib/yui/json/json-min.js"></script>
<script type="text/javascript" src="$CFG->wwwroot/lib/yui/button/button-min.js"></script>
<script type="text/javascript" src="$CFG->wwwroot/lib/yui/selector/selector-beta-min.js"></script>
<script>
<script type="text/javascript">
//<![CDATA[
var repository_client_$suffix = (function() {
// private static field
Expand Down

0 comments on commit 8ba1908

Please sign in to comment.