We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e80a7a8 + aeee33e commit eef6a64Copy full SHA for eef6a64
claat/render/html.go
@@ -308,7 +308,7 @@ func (hw *htmlWriter) itemsList(n *types.ItemsListNode) {
308
309
func (hw *htmlWriter) grid(n *types.GridNode) {
310
if hw.format == "devsite" {
311
- hw.writeString(`<table class="vertical-rules">\n`)
+ hw.writeString("<table class=\"vertical-rules\">\n")
312
} else {
313
hw.writeString("<table>\n")
314
}
0 commit comments