Skip to content

Commit 3dd398b

Browse files
committed
make sure that the micHTMLVisitor is tagged with micHtml
1 parent b577411 commit 3dd398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microdown-HTMLExporter/MicHTMLVisitor.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ MicHTMLVisitor class >> serializeToHTMLDoc: aMicrodownString withStyle: aStyleNa
9595

9696
{ #category : 'accessing' }
9797
MicHTMLVisitor class >> writerName [
98-
^ #html
98+
^ #michtml
9999
]
100100

101101
{ #category : 'initialization' }

0 commit comments

Comments
 (0)