Resolve DEDECMS57 Editor Carriage return is BR instead of P

Source: Internet
Author: User
Weaving dream CMS has a lot of features are more useful, but there are a lot of small problems is a headache, every upgrade how to feel is more trouble? dedecms5.7 Editor believe let a lot of people depressed unceasingly, take carriage return after IS
Instead of

This, it is very cost to everyone's mind, because of the people's browsing habits, generally speaking, we are a paragraph between paragraphs, usually the code is

, but the new 5.7 returns
, this is not what we want, today to solve this problem for everyone.

Found: Installation directory \include\ckeditor\config.js

false ; config. entermode = CKEditor. enter_br;config. Shiftentermode = CKEditor. enter_p;

Replace the second and third lines above.

false ; config. entermode = CKEditor. enter_p;config. Shiftentermode = CKEditor. ENTER_BP;

Or you can comment out the code below.

// config.autoparagraph = false;? // Config.entermode = CKEditor. enter_p;? // Config.shiftentermode = CKEditor. enter_bp;??

The above describes the solution Dedecms57 editor return is BR instead of p, including aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.