Skip to content

Commit

Permalink
FAQ sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Feb 20, 2024
1 parent 9b63253 commit a6c03f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq/html.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ if (isset($_GET['largeur']) AND isset($_GET['hauteur'])) {
// -- les variables par méthode POST doivent être traitées différemment)
echo "<script type=\"text/javascript\">\n";
echo " location.href=\"${_SERVER['SCRIPT_NAME']}?${_SERVER['QUERY_STRING']}"
echo " location.href=\"{$_SERVER['SCRIPT_NAME']}?{$_SERVER['QUERY_STRING']}"
. "&largeur=\" + screen.width + \"&hauteur=\" + screen.height;\n";
echo "</script>\n";
exit();
Expand Down

0 comments on commit a6c03f8

Please sign in to comment.