Snapshot URL was not sending GET variables properly
--- a/templates/project_revlist_item.tpl
+++ b/templates/project_revlist_item.tpl
@@ -32,7 +32,7 @@
{/if}
</b>
</td>
- <td class="link"><a href="{$SCRIPT_NAME}?p={$project}&a=commit&h={$commit}">commit</a> | <a href="{$SCRIPT_NAME}?p={$project}&a=commitdiff&h={$commit}">commitdiff</a> | <a href="{$SCRIPT_NAME}p={$project}&a=snapshot&h={$commit}">snapshot</a></td>
+ <td class="link"><a href="{$SCRIPT_NAME}?p={$project}&a=commit&h={$commit}">commit</a> | <a href="{$SCRIPT_NAME}?p={$project}&a=commitdiff&h={$commit}">commitdiff</a> | <a href="{$SCRIPT_NAME}?p={$project}&a=snapshot&h={$commit}">snapshot</a></td>
</tr>
{/if}