aboutsummaryrefslogtreecommitdiff
path: root/www/html/fonctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/fonctions.py')
-rwxr-xr-xwww/html/fonctions.py2
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