diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html
index 54d3ae8..12ce156 100644
--- a/templates/layerindex/detail.html
+++ b/templates/layerindex/detail.html
@@ -242,7 +242,7 @@
{% for recipe in layerbranch.sorted_recipes %}
- {{ recipe.name }}{% if 'image' in recipe.inherits.split %}{% endif %}{% if recipe.blacklisted %}blacklisted{% endif %} |
+ {{ recipe.name }}{% if 'image' in recipe.inherits.split %} {% endif %}{% if recipe.blacklisted %}blacklisted{% endif %} |
{{ recipe.pv }} |
{{ recipe.short_desc }} |
diff --git a/templates/layerindex/recipedetail.html b/templates/layerindex/recipedetail.html
index c3b841e..b3ba65e 100644
--- a/templates/layerindex/recipedetail.html
+++ b/templates/layerindex/recipedetail.html
@@ -135,7 +135,7 @@
{% for pc in packageconfigs %}
{% for dep in pc.dynamicbuilddep_set.all %}
- - {{dep.name}}
+ - {{dep.name}}
{% endfor %}
{% endfor %}
diff --git a/templates/layerindex/recipes.html b/templates/layerindex/recipes.html
index 1ddc536..6a4cbe3 100644
--- a/templates/layerindex/recipes.html
+++ b/templates/layerindex/recipes.html
@@ -61,7 +61,7 @@
{% for recipe in recipe_list %}
0 %}class="text-muted"{% endif %}>
- {{ recipe.name }}{% if 'image' in recipe.inherits.split %}{% endif %}{% if recipe.blacklisted %}blacklisted{% endif %} |
+ {{ recipe.name }}{% if 'image' in recipe.inherits.split %} {% endif %}{% if recipe.blacklisted %}blacklisted{% endif %} |
{{ recipe.pv }} |
{{ recipe.short_desc }} |
{{ recipe.layerbranch.layer.name }} |