From 3483c7134b40a4411ab1b755495a3be0b4d35aeb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 30 Mar 2013 16:33:12 +0000 Subject: [PATCH] Fix the delete link for xmpp. Thanks _trine for reporting the issue. --- app/xmpp/profile_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xmpp/profile_list.php b/app/xmpp/profile_list.php index d3755e95fc..fce7773c44 100644 --- a/app/xmpp/profile_list.php +++ b/app/xmpp/profile_list.php @@ -41,7 +41,7 @@ foreach($profiles_array as $profile){ ' alt='edit'> - ' onclick="return confirm('Do you really want to delete this?')" + ' onclick="return confirm('Do you really want to delete this?')" alt='delete'>