A tool for archiving & converting scans of postcards, and information about them.

fix: :bug: Set the *right* HTML codes for annotations

I'm clearly tired — time to sleep.

+1 -1
+1 -1
types/annotations.go
··· 89 89 var htmlMap = map[AnnotationType]string{ 90 90 ATEmphasis: "em", 91 91 ATStrong: "strong", 92 - ATUnderline: "underline", 92 + ATUnderline: "u", 93 93 } 94 94 95 95 func (a Annotation) HTMLTag(isOpen bool) string {