summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/node--apk.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/node--apk.tpl.php b/templates/node--apk.tpl.php
index 8d03cec..122c17c 100644
--- a/templates/node--apk.tpl.php
+++ b/templates/node--apk.tpl.php
@@ -34,7 +34,7 @@
</tr>
<tr class="odd">
<th>Commit</th>
- <td><?php print ($commit_url) ? $commit_url : '<p>None</p>'; ?></td>
+ <td><?php print (isset($commit_url)) ? $commit_url : '<p>None</p>'; ?></td>
</tr>
<tr class="even">
<th>Dependencies</th>