Nextrek
Diff Revisions
1063
vs
1064
for /Web/Smartcharging_search/search.php
|
@@ -1,5 +1,5 @@ |
1 |
1 |
|
<!DOCTYPE html> |
2 |
|
- |
<html> |
|
2 |
+ |
<html lang="<?php echo $_REQUEST['lang']; ?>"> |
3 |
3 |
|
<head> |
4 |
4 |
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" user-scalable=no> |
5 |
5 |
|
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'> |
|
@@ -13,9 +13,9 @@ |
13 |
13 |
|
<script src="js/core.js"></script> |
14 |
14 |
|
<script src="js/popup.js"></script> |
15 |
15 |
|
<script src="lang/lang.js"></script> |
16 |
|
- |
<script> |
|
16 |
+ |
<!--script> |
17 |
17 |
|
$('html').attr("lang", parent.document.documentElement.lang); |
18 |
|
- |
</script> |
|
18 |
+ |
</script--> |
19 |
19 |
|
</head> |
20 |
20 |
|
<body> |
21 |
21 |
|
<div id="page-wrapper"> |