From b8b3d87c2c90f96993a0a5feaebcaa9a084fbe6b Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 1 May 2008 02:46:09 +0000 Subject: [PATCH] "MDL13233, fix unclosed li elements, and remove extra tags, see tracker" --- help.php | 4 +++- lang/en_utf8/help/emoticons.html | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/help.php b/help.php index 6c8b3b6b2e..c038d330bd 100644 --- a/help.php +++ b/help.php @@ -175,7 +175,9 @@ function get_emoticons_html(){ foreach ($items as $item) { $item = explode('{:}', $item); $emoticons[$item[0]] = $item[1]; - $output .= '
  • '.$item[0].''.' '.$item[0].''; + $output .= '
  • '.$item[0].''.' '.$item[0]. + '
  • '; } } diff --git a/lang/en_utf8/help/emoticons.html b/lang/en_utf8/help/emoticons.html index 8b34e5778d..1fe259b6b3 100644 --- a/lang/en_utf8/help/emoticons.html +++ b/lang/en_utf8/help/emoticons.html @@ -1,5 +1,4 @@ - -

    Using Smilies (emoticons)

    +

    Using Smilies (emoticons)

    ##emoticons_html##
    @@ -9,5 +8,3 @@

    To insert these icons in your text: just click the icon above, or type the associated text code directly in your text.

    Note that the codes themselves are like little pictures - just turn your head to the left when looking at them

    - - -- 2.39.5