How to stop automatically inserting HTML file name in empty href's
Hi,
I'm using Pycharm to work on Django projects. Sometimes, when I move an HTML template from one folder to another, PyCharm automatically inserts the name of the file (e.g. article.html) in the <A> tags that have an empty HREF, for example:
<a href="article.html#">Click me</a>
How can I deactivate this behaviour?
Thanks a lot.
Julien
Please sign in to leave a comment.
Hello Julien,
This is a bug. Please file an issue at http://youtrack.jetbrains.net/
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"