We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170c0da commit 3d18211Copy full SHA for 3d18211
Ajax/semantic/html/elements/HtmlEmoji.php
@@ -32,10 +32,10 @@ public function getEmoji() {
32
*/
33
public function setEmoji($emoji) {
34
if (isset($this->_emoji)) {
35
- $this->removePropertyValue("data-emoji", $this->_emoji);
+ $this->removePropertyValue("data-emoji", ":{$this->_emoji}:");
36
}
37
$this->_emoji=$emoji;
38
- $this->addToProperty("data-emoji", $emoji);
+ $this->addToProperty("data-emoji", ":{$emoji}:");
39
return $this;
40
41
0 commit comments