summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipe.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/recipe.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html
index b20c65e3c8..d91768df3b 100644
--- a/bitbake/lib/toaster/toastergui/templates/recipe.html
+++ b/bitbake/lib/toaster/toastergui/templates/recipe.html
@@ -250,14 +250,14 @@
250 250
251<div class="row span4 well"> 251<div class="row span4 well">
252 <h2>About {{object.name}}</h2> 252 <h2>About {{object.name}}</h2>
253 <dl> 253 <dl class="item-info">
254 {% if object.summary %} 254 {% if object.summary %}
255 <dt>Summary</dt> 255 <dt>Summary</dt>
256 <dd><p>{{object.summary}}</p></dd> 256 <dd>{{object.summary}}</dd>
257 {% endif %} 257 {% endif %}
258 {% if object.description %} 258 {% if object.description %}
259 <dt>Description</dt> 259 <dt>Description</dt>
260 <dd><p>{{object.description}}</dd> 260 <dd>{{object.description}}</dd>
261 {% endif %} 261 {% endif %}
262 {% if object.homepage %} 262 {% if object.homepage %}
263 <dt>Homepage</dt> 263 <dt>Homepage</dt>