Auto adding > character at the end of code
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!
