projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b6f4c
)
corrected 2 smileys >.< and >_<
author
FirePanther
<git@suat.be>
Tue, 24 Dec 2013 06:05:17 +0000
(07:05 +0100)
committer
FirePanther
<git@suat.be>
Tue, 24 Dec 2013 06:05:17 +0000
(07:05 +0100)
fixed comment issue:
https://github.com/WoltLab/WCF/pull/1608#issuecomment-
31148990
this:
<smiley name="<X">
confused me :)
com.woltlab.wcf/smiley.xml
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/smiley.xml
b/com.woltlab.wcf/smiley.xml
index 7898fff6447244ee596f27593ce2e0ac74bf40fc..008ceb8d1a14924f52ef19d7295650d476af9aff 100644
(file)
--- a/
com.woltlab.wcf/smiley.xml
+++ b/
com.woltlab.wcf/smiley.xml
@@
-46,8
+46,8
@@
<smiley name="X(">
<title>angry</title>
<path>images/smilies/angry.png</path>
- <aliases><![CDATA[
>.<
-
>_<
]]></aliases>
+ <aliases><![CDATA[
>.<
+
>_<
]]></aliases>
</smiley>
<smiley name=":*">
<title>kiss</title>