We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa791c commit 9543e06Copy full SHA for 9543e06
docs/content/doc/advanced/customizing-gitea.en-us.md
@@ -138,7 +138,7 @@ copy javascript files from https://gitea.com/davidsvantesson/plantuml-code-highl
138
<script src="https://your-server.com/plantuml_codeblock_parse.js"></script>
139
<script>
140
<!-- Replace call with address to your plantuml server-->
141
- parsePlantumlCodeBlocks("http://www.plantuml..com/plantuml");
+ parsePlantumlCodeBlocks("http://www.plantuml.com/plantuml");
142
</script>
143
{{end}}
144
```
0 commit comments