mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Enhance + SECTION to always be visible
This commit is contained in:
parent
7d3473365a
commit
9d82682797
12 changed files with 771 additions and 762 deletions
|
@ -112,5 +112,5 @@ func (p *Provider) generateDiagram(ctx *provider.Context, data string) string {
|
|||
png, _ := ioutil.ReadAll(resp.Body)
|
||||
pngEncoded := base64.StdEncoding.EncodeToString(png)
|
||||
|
||||
return string(fmt.Sprintf("data:image/png;base64, %s", pngEncoded))
|
||||
return string(fmt.Sprintf("data:image/png;base64,%s", pngEncoded))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue