Hi,

why don't you just write:
<link rel="stylesheet" href="../css/main.css" />
with the traling /
This is short and more complient.

Regards
Anders

"Matvey Kazakov" <[EMAIL PROTECTED]> wrote in message
news:ag3hrj$4o5$[EMAIL PROTECTED]...
> Build #632
> Small BUG - just cosmetic.
>
> This is HTML code. It has <link> tag not closed, but this is not
prohibited
> by HTML as I know.
> <html>
> <head>
>     <link rel="stylesheet" href="../css/main.css">
> </head>
> <body>
>     Some text
> </body>
> </html>
>
> When I put cursor just after </body> tag it shows correct scope - <body>,
> but when I move cursor for one symbol right - it shows scope <head>.
> This is not correct, I suppose, because current scope is <html>
>
> Note that in the following HTML code this bug is not reproduced:
> <html>
> <head>
>     <link rel="stylesheet" href="../css/main.css"></link>
> </head>
> <body>
>     Some text
> </body>
> </html>
>
> Matvey.
>
>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to