diff options
Diffstat (limited to 'www/html')
-rwxr-xr-x | www/html/fonctions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/fonctions.py b/www/html/fonctions.py index 17c3624..74977ce 100755 --- a/www/html/fonctions.py +++ b/www/html/fonctions.py @@ -21,6 +21,6 @@ def connexionBD(): connexion=psycopg2.connect ("host='localhost' dbname='atsdb' user='atsuser' password='123456'") return connexion -def lien(url,text): +def lien(url,texte): content=("""<a href=" """ + url + """ ">""" + texte + """</a>""") return content |