mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
make linebreak when pressing enter and not paragraph
this modification got lost, when updating to the latest version of fckeditor
This commit is contained in:
parent
c9e8aebdcf
commit
2862da3993
@ -149,7 +149,7 @@ FCKConfig.ToolbarSets["egw_advanced"] = [
|
||||
['TextColor','BGColor']
|
||||
] ;
|
||||
|
||||
FCKConfig.EnterMode = 'p' ; // p | div | br
|
||||
FCKConfig.EnterMode = 'br' ; // p | div | br
|
||||
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
|
||||
|
||||
FCKConfig.Keystrokes = [
|
||||
|
Loading…
Reference in New Issue
Block a user