marginalize things

master
Jakob 2020-03-08 04:41:11 +01:00
parent dc67025938
commit 1dde26fa21
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<?php
echo "<a href='%CONTENT_DIR%/board/?id=$id&action=post'><button> Post something </button></a>";
echo "<div class='margin'><a href='%CONTENT_DIR%/board/?id=$id&action=post'><button> Post something </button></a></div>";
?>