Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Auto adding > character at the end of code

Community Beginner ,
Feb 27, 2017 Feb 27, 2017

Every time I open my html file to edit code, it is always adding extra '>' character at the end of my code.

Like this:

</body>

</html>>>>

When I removed the extra '>' and run the code on my machine it is working well. The extra '>' will only added when I re-open the file in Dreamweaver 2017 CC.

What would be the possible cause of this? My code or the editing tool?

Here is my html sample code: https://jsfiddle.net/byz56k25/

Thank you!

371
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 27, 2017 Feb 27, 2017

Problems with Dreamweaver are often caused by code errors.

With regard to the above:

An HTML comment begins with <!–– and the comment closes with ––>

Please come back if the problem still exists after you have rectified the comments

Translate
Community Expert ,
Feb 27, 2017 Feb 27, 2017

Problems with Dreamweaver are often caused by code errors.

With regard to the above:

An HTML comment begins with <!–– and the comment closes with ––>

Please come back if the problem still exists after you have rectified the comments

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 27, 2017 Feb 27, 2017
LATEST

Thank you..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines