diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-07-11 23:41:35 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-07-11 23:41:35 +0200 | 
| commit | cdb7469f00258aac6fb96b93b2cea2780a30d06e (patch) | |
| tree | 2466f204e8cf4ad64c6b3ca16ea7f100b0936d90 | |
| parent | 60bb0b6df51d33e9bd722898ee69f80daba070e5 (diff) | |
webhooks: Add a missing </div>1.16.1
| -rw-r--r-- | templates/webhooks.html.ep | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/templates/webhooks.html.ep b/templates/webhooks.html.ep index 930732d..7d543bb 100644 --- a/templates/webhooks.html.ep +++ b/templates/webhooks.html.ep @@ -96,4 +96,5 @@  			Falls der Zug das Ziel bei der Zielwahl schon erreicht hat, wird ohne  			<b>update</b> direkt ein <b>checkout</b> abgeschickt.  		</p> +	</div>  </div> | 
