From af57b063c03377888ca25d740eed760092f78457 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 15 Dec 2013 13:54:05 +0200 Subject: [PATCH] _includes/license-overview.html: Fix validation errors. Include the `id` only if `variation.tab-slug` is set. --- _includes/license-overview.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/license-overview.html b/_includes/license-overview.html index 267f6a4..527f1e8 100644 --- a/_includes/license-overview.html +++ b/_includes/license-overview.html @@ -20,7 +20,7 @@ {% for variation in site.pages %} {% if variation.category and variation.category == page.category %} -
+
{% assign types = "required|permitted|forbidden" | split: "|" %} @@ -50,4 +50,3 @@ {% endfor %} -