We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f0106c + ad231a3 commit 9c81154Copy full SHA for 9c81154
docs/html/sdk/download.jd
@@ -52,7 +52,7 @@ onclick="submit()" />
52
<script language="javascript">
53
var loc = window.location.href;
54
if (loc.indexOf('?v=') != -1) {
55
- var filename = loc.substring(loc.indexOf('=')+1,loc.length);
+ var filename = loc.substring(loc.indexOf('=')+1,loc.length).replace(/</g,"<").replace(/>/g,">");
56
document.write("File: " + filename);
57
}
58
</script>
0 commit comments