mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +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