changeset 1746:892d444fca65

Oops, missed a function in the previous commit.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Oct 2017 15:11:28 +0300
parents 65e37d990069
children fb8c0c724a18
files colormap.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/colormap.c	Wed Oct 18 15:10:52 2017 +0300
+++ b/colormap.c	Wed Oct 18 15:11:28 2017 +0300
@@ -168,6 +168,13 @@
         fprintf(outFile, "class=\"%c\">", q);
 }
 
+void putTagMarkerXHTML(FILE *outFile, const char *locID, const int color, const int marker)
+{
+    fprintf(outFile,
+        "<i class=\"" XHTML_LOCMARKER " %c\" id=\"%s\">%c",
+        'a' + color, locID, marker);
+}
+
 void putTagLocationXHTML(FILE *outFile, const char *locID, const int color)
 {
     fprintf(outFile,