mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-11-03 11:44:19 +00:00
Improved Sceditor integration
This commit is contained in:
@@ -92,10 +92,10 @@ var parserTags = {
|
||||
},
|
||||
'quote': {
|
||||
openTag: function(params,content) {
|
||||
return '<q>';
|
||||
return '<blockquote>';
|
||||
},
|
||||
closeTag: function(params,content) {
|
||||
return '</q>';
|
||||
return '</blockquote>';
|
||||
}
|
||||
},
|
||||
's': {
|
||||
|
||||
Reference in New Issue
Block a user