-m Add span around copyright privacy policy link for consistent styling
authorLaury GvR <laury@gaslightmedia.com>
Fri, 20 Jul 2018 14:53:24 +0000 (10:53 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 20 Jul 2018 14:53:24 +0000 (10:53 -0400)
sections/copyright.php

index c5ae0d6..0037e32 100644 (file)
@@ -5,5 +5,5 @@
                     <span class="bullet"> &#8226; </span>
                     <span> All Rights Reserved</span>
                     <span class="bullet"> &#8226; </span>
-                    <a href="<?php echo get_permalink(740);?>">Privacy Policy</a>
+                    <span><a href="<?php echo get_permalink(740);?>">Privacy Policy</a></span>
                 </div>
\ No newline at end of file