Merge pull request #148 from hoffmann/patch-1

Add check if readme is defined
This commit is contained in:
Klaus Silveira
2012-08-24 21:06:39 -07:00

View File

@@ -54,7 +54,7 @@
{% endfor %}
</tbody>
</table>
{% if readme is not empty %}
{% if readme is defined and readme is not empty %}
<div class="readme-view">
<div class="readme-header">
<div class="meta">{{ readme.filename }}</div>