Merge pull request #1136 from ihavenoface/pull-request

spoiler → s
This commit is contained in:
Mayhem 2013-06-04 15:31:37 -07:00
commit 905115cda4

View File

@ -163,9 +163,9 @@ Get =
when '[/b]' when '[/b]'
'</b>' '</b>'
when '[spoiler]' when '[spoiler]'
'<span class=spoiler>' '<s>'
when '[/spoiler]' when '[/spoiler]'
'</span>' '</s>'
when '[code]' when '[code]'
'<pre class=prettyprint>' '<pre class=prettyprint>'
when '[/code]' when '[/code]'