From 55760c9a05e05e3e1a68574bcb975143eab6f9b8 Mon Sep 17 00:00:00 2001 From: julmis Date: Sun, 30 Jan 2005 18:13:25 +0000 Subject: [PATCH] Added title attribute. --- lib/editor/popups/dlg_ins_smile.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/editor/popups/dlg_ins_smile.php b/lib/editor/popups/dlg_ins_smile.php index d9c842652c2..2f1d00cc834 100644 --- a/lib/editor/popups/dlg_ins_smile.php +++ b/lib/editor/popups/dlg_ins_smile.php @@ -5,8 +5,8 @@ ## ################################################################################# --> -pixpath/s"; $fullnames = get_list_of_pixnames(); @@ -31,7 +31,7 @@ 'dead' => 'xx-P', 'sleepy' => '|-.', 'evil' => '}-]' ); - + ?> @@ -54,7 +54,7 @@ function insert(img,text) { if (img) { var strImage = img; var strAlt = text; - var imgString = "\"""; + var imgString = "\"""; } // pass data back to the calling window __dlg_close(imgString); @@ -77,8 +77,8 @@ function cancel() { -
-