Merge branch 'v3' of github.com:MayhemYDG/4chan-x into v3

This commit is contained in:
Mayhem 2013-06-06 17:16:40 +02:00
commit 1ec7a51e8f

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]'