diff --git a/public/js/sc/formats/bbcode.js b/public/js/sc/formats/bbcode.js
index 4a25c2f5..729217ce 100644
--- a/public/js/sc/formats/bbcode.js
+++ b/public/js/sc/formats/bbcode.js
@@ -1783,6 +1783,9 @@
content += '
';
}
+ // Visman - удалить под одной пустой строке в начале и конце содержимого
+ content = content.replace(/^\x20*
/, '').replace(/
\x20*$/, '');
+
if (!isFunction(bbcode.html)) {
token.attrs['0'] = content;
html = formatBBCodeString(