Skip to content

Commit 63871e2

Browse files
committed
fix(cshtml): remove extra space in html tag
1 parent b4067c4 commit 63871e2

File tree

3 files changed

+107
-107
lines changed

3 files changed

+107
-107
lines changed

src/lib/writer-html.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void HtmlWriter::handleDef(const Defect &def)
476476
d->writeLinkToDetails(def);
477477

478478
// link to self
479-
d->str << " <a href ='#def"
479+
d->str << " <a href='#def"
480480
<< d->defCnt << "'>[#def"
481481
<< d->defCnt << "]</a>";
482482

0 commit comments

Comments
 (0)