Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62156579 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 9c81154d: am ad231a30: am db7da7ee: am d9c8bbd5: docs: fix xss issue bug 5125642

* commit '9c81154d':
  docs: fix xss issue bug 5125642
parents 3baf2bec 9c81154d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ onclick="submit()" />
  <script language="javascript">
    var loc = window.location.href;
    if (loc.indexOf('?v=') != -1) {
      var filename = loc.substring(loc.indexOf('=')+1,loc.length);
      var filename = loc.substring(loc.indexOf('=')+1,loc.length).replace(/</g,"&lt;").replace(/>/g,"&gt;");
      document.write("File: " + filename);
    }
  </script>