Sublime Forum

[SOLVED] [Bug] HTML tags repeating when pressing enter

#1

Hi there:

Sublime started acting up on me the other day and I was hoping for help identifying and correcting the error. When I press enter between any html tags Sublime creates two extra occurrences of the tags, like below:

<div></div>

becomes

<div>
    <div></div>
    <div></div></div>

Is there a way to see my packages by date installed and remove the most recent ones? I added a few recently, but nothing related to HTML (I think I only installed a Python package since prior to this error occurring).

Any help would be appreciated!

Josh

0 Likes

#2
  1. Preferences menu -> Browse Packages
  2. Up one level
  3. Installed Packages
  4. Sort by date
1 Like

#3

That was relatively easy! Thanks kingkeith, much appreciated. I removed about a dozen packages and everything is right as rain now.

0 Likes