Merge pull request #455 from encyclomundi/master

correct minor typo
This commit is contained in:
RedMatrix 2014-05-11 07:38:01 +10:00
commit b4fd20c624

View File

@ -63,7 +63,7 @@ function bb_spacefy($st) {
} }
// The previously spacefied [noparse][ i ]italic[ /i ][/noparse], // The previously spacefied [noparse][ i ]italic[ /i ][/noparse],
// now turns back and the [noparse] tags are trimed // now turns back and the [noparse] tags are trimmed
// returning [i]italic[/i] // returning [i]italic[/i]
function bb_unspacefy_and_trim($st) { function bb_unspacefy_and_trim($st) {