From 5596bd75af891470e34f9c20d38fa02769c4348a Mon Sep 17 00:00:00 2001 From: lopar Date: Fri, 14 Dec 2018 02:36:47 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=83=D1=81=D1=82=D0=B0=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D1=88=D0=B8=D1=85=20=D1=8F=D0=B2=D0=B0=D1=81=D0=BA=D1=80=D0=B8?= =?UTF-8?q?=D0=BF=D1=82=D0=BE=D0=B2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contacts.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contacts.php b/contacts.php index c96afea..2de1380 100644 --- a/contacts.php +++ b/contacts.php @@ -129,8 +129,8 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE var s = '
Редактировать контактx
'; s += ''; s += ''; - s += '
'; - s += '
'; + s += ''; + s += '
'; s += ''; document.getElementById("hint4").innerHTML = s; document.getElementById("hint4").style.visibility = "visible"; @@ -143,8 +143,8 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE function addcontact() { var s = '
Добавить контактx
'; s += ''; - s += ''; - s += ''; + s += ''; s += '
'; + s += '
'; s += '
'; document.getElementById("hint4").innerHTML = s; @@ -158,9 +158,9 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE function removecontact() { var s = '
Удалить контактx
'; s += ''; - s += ''; - s += '
'; - s += '
'; + s += '
'; + s += ''; + s += '
'; s += ''; document.getElementById("hint4").innerHTML = s; document.getElementById("hint4").style.visibility = "visible";