Skip to content

Commit

Permalink
renamed smiley image class to 'icon' (FS#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Apr 8, 2012
1 parent 3c86b7e commit 8e38227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/parser/xhtml.php
Expand Up @@ -483,7 +483,7 @@ function smiley($smiley) {
if ( array_key_exists($smiley, $this->smileys) ) {
$title = $this->_xmlEntities($this->smileys[$smiley]);
$this->doc .= '<img src="'.DOKU_BASE.'lib/images/smileys/'.$this->smileys[$smiley].
'" class="middle" alt="'.
'" class="icon" alt="'.
$this->_xmlEntities($smiley).'" />';
} else {
$this->doc .= $this->_xmlEntities($smiley);
Expand Down
2 changes: 1 addition & 1 deletion lib/tpl/default/design.css
Expand Up @@ -378,7 +378,7 @@ div.dokuwiki img.mediacenter {
}

/* smileys */
div.dokuwiki img.middle {
div.dokuwiki img.icon {
vertical-align: middle;
}

Expand Down

0 comments on commit 8e38227

Please sign in to comment.