Sublime Forum

[resolved] What's black dot on line number bar?

#1

There is black dot on line number bar,but I don’t know how to add it and how to remove it.Iwant to know what it means and how to do.

I uploaded a jpg file,at the left line number bar in 8th line.Somebody know? :question:

0 Likes

#2

Check if you have SublimeLinter installed?

0 Likes

#3

No,I didn’t install SublimeLinter.
My installed plugins:

ZenCoding
SideBarEnhancements
CTags
Alignment
DocBlockr
Tag
ConvertToUTF8
Themr
QuickThemes
Camaleon
Soda

Thank you as well!

0 Likes

#4

it could be a mark.
check options under Edit > Mark.

0 Likes

#5

It’s the “tag” plugin

0 Likes

#6

It looks like a mark,but I use “Set Mark” Or “Clear Mark” couldn’t remove it.
If it is a “Tag” plugin,I Couldn’t find any operation within the “Tag” plugin to influence it,I need to know more.

Thanks all!

0 Likes

#7

it’s the tag plugin, and it’s telling you that you’ve not closed the

on that line anywhere in your document.
0 Likes

#8

Just on a side-note: you cannot put block level items like

in
's, only phrasing content is allowed. :wink:
That’s also probably why the tag plugin is telling you something is wrong.

Always validate your HTML to see if at least you adhere to the most basic of rules :wink:

0 Likes

#9

Thanks very much!!!
Oh,yes,I haven’t closed the

tag,when I close this tag,the dot disappear automatically :smiley:
0 Likes