Index: crayon-swatch.tpl.php
===================================================================
--- crayon-swatch.tpl.php	(revision 11)
+++ crayon-swatch.tpl.php	(working copy)
@@ -1,4 +1,4 @@
-<?php if ($link): ?>
+<?php if (!empty($link)): ?>
   <?php print $link ?>
 <?php else: ?>
   <span <?php print drupal_attributes($attr) ?>><?php print $content ?></span>
