diff options
Diffstat (limited to '')
| -rwxr-xr-x | www/html/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/index.py b/www/html/index.py index 7e45dca..958c5be 100755 --- a/www/html/index.py +++ b/www/html/index.py @@ -32,7 +32,7 @@ def index(req): #write the html page req.write(baseHTML("ATS-Project",""" <center><h1>ATS-Project</h1></center> -<b>Filtrage</b> +<b>Filtre</b> <input type="text" id="condition" onkeyup="cherche()"> <div id="tab"> <center><table> |
