Qual: Spelling fixes, cleanup exceptions

# Qual: Spelling fixes, cleanup exceptions

Fix some spelling and cleanup ignored lines
This commit is contained in:
MDW
2025-01-27 19:32:38 +01:00
parent c631d66751
commit 581b079e14
4 changed files with 8 additions and 20 deletions

View File

@@ -1940,7 +1940,7 @@ function dol_escape_js($stringtoescape, $mode = 0, $noescapebackslashn = 0)
}
/**
* Returns text escaped by RFC 3986 for inclusion into a clicable link.
* Returns text escaped by RFC 3986 for inclusion into a clickable link.
* This method can be used on the ...in links like href="javascript:..." because when clicking on such links, the browserfirst decode the strind
* and then interpret content that can be javascript.
* Usage of this escapement should be limited to links href="javascript:...". For common URL, use urlencode instead.