Reporter | Joshua McKinney (joshka) |
---|---|
Created | Jan 18, 2012 9:49:22 AM |
Updated | Jan 18, 2012 11:42:27 AM |
Priority | Normal |
Type | Bug |
Fix versions | Next |
State | Submitted |
Assignee | Slava Trenogin (derigel) |
Subsystem | Quick Fixes |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
In a razor view file, R# incorrectly flags the comment below as invalid
<dl>
<!– some comment –>
<dt>foo</dt>
<dd>bar</dd>
</dl>
Also note, the text of the suggested hint is to 'Surround with <li>'. Performing the suggested action actually surrounds with <dd>
<dl>
<!– some comment –>
<dt>foo</dt>
<dd>bar</dd>
</dl>
Also note, the text of the suggested hint is to 'Surround with <li>'. Performing the suggested action actually surrounds with <dd>