commit 4ad106b2964b09b55c036b0ac7d92fcdadea329f parent 49f8380dc3b28b0f4d79c644bab9cd61a0a17167 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 18:02:00 +0100 try with hidden objects Diffstat:
| M | themes/jumbotron/index.php | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -127,10 +127,12 @@ <p> $post_text</br> </p> + <p> + <a class='btn btn-primary btn-lg' type='hidden' href='index.php?id=$id' role='button'>Learn more »</a> + </p> "; } ?> - <p class='btn btn-primary'></p> </div> </div>