File tree 2 files changed +2
-2
lines changed
embedded/templates/shortcodes
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
{{- with $class }} class ="{{ . }} " {{- end }}
69
69
{{- with $name }} name ="{{ . }} " {{- end }}
70
70
{{- with $open }} open {{- end }}
71
- {{- with $title }} class ="{{ . }} " {{- end -}}
71
+ {{- with $title }} title ="{{ . }} " {{- end -}}
72
72
>
73
73
< summary > {{ $summary | .Page.RenderString }}</ summary >
74
74
{{ .Inner | .Page.RenderString (dict "display" "block") -}}
Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ E: An _emphasized_ word.
643
643
644
644
b .AssertFileContent ("public/index.html" ,
645
645
"<details>\n <summary>Details</summary>\n <p>A: An <em>emphasized</em> word.</p>\n </details>" ,
646
- "<details class=\" my-class\" name=\" my-name\" open class =\" my-title\" >\n <summary>A <strong>bold</strong> word</summary>\n <p>B: An <em>emphasized</em> word.</p>\n </details>" ,
646
+ "<details class=\" my-class\" name=\" my-name\" open title =\" my-title\" >\n <summary>A <strong>bold</strong> word</summary>\n <p>B: An <em>emphasized</em> word.</p>\n </details>" ,
647
647
"<details>\n <summary>Details</summary>\n <p>C: An <em>emphasized</em> word.</p>\n </details>" ,
648
648
"<details>\n <summary>Details</summary>\n <p>D: An <em>emphasized</em> word.</p>\n </details>" ,
649
649
"<details>\n <summary>Details</summary>\n <p>D: An <em>emphasized</em> word.</p>\n </details>" ,
You can’t perform that action at this time.
0 commit comments