mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
fix: missing <br> after import example
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
<h5 class="my-4">Python</h5>
|
||||
<div class="ml-3 example">
|
||||
import requests
|
||||
import requests<br>
|
||||
requests.post("{{ flask.request.url_root.replace("http://", "https://")}}report",
|
||||
<br>
|
||||
<div class="example-indent-double">
|
||||
|
||||
Reference in New Issue
Block a user