diff --git a/src/wireviz/templates/README.md b/src/wireviz/templates/README.md index 41f9e0a..4b870c8 100644 --- a/src/wireviz/templates/README.md +++ b/src/wireviz/templates/README.md @@ -39,7 +39,7 @@ Note that there must be one single space between `--` and `%` at both ends. | `` | `1` (multi-page documents not yet supported) | | `` | `1` (multi-page documents not yet supported) | | `` | Embedded SVG diagram as valid HTML | -| `` | Embedded base64 encoded PNG diagram as URI | +| `` | Embedded base64 encoded PNG diagram as URI | | `` | String or numeric value of `metadata.{item}` | | `` | Category number `{i}` within dict value of `metadata.{item}` | | `` | Value of `metadata.{item}.{category}.{key}` | diff --git a/src/wireviz/wv_output.py b/src/wireviz/wv_output.py index 57ce2ad..2b587fc 100644 --- a/src/wireviz/wv_output.py +++ b/src/wireviz/wv_output.py @@ -154,7 +154,7 @@ def generate_html_output( replacement_if_used("", svgdata) replacement_if_used( - "", lambda: data_URI_base64(f"{filename}.png") + "", lambda: data_URI_base64(f"{filename}.png") ) # prepare metadata replacements