From b2459b4b0c60b831aef9b0e156dd4f766dc70f8e Mon Sep 17 00:00:00 2001 From: lopar Date: Fri, 14 Dec 2018 02:39:41 +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.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contacts.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contacts.php b/contacts.php index 2de1380..8ed0370 100644 --- a/contacts.php +++ b/contacts.php @@ -130,7 +130,7 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE s += ''; s += '
'; s += ''; - s += '
'; + s += ''; s += ''; document.getElementById("hint4").innerHTML = s; document.getElementById("hint4").style.visibility = "visible"; @@ -143,9 +143,9 @@ $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; document.getElementById("hint4").style.visibility = "visible"; @@ -160,7 +160,7 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE s += ''; s += '
'; s += ''; - s += '
'; + s += ''; s += ''; document.getElementById("hint4").innerHTML = s; document.getElementById("hint4").style.visibility = "visible";