From 62508d361de209e9a1a642d628e39c7488a1052d Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Thu, 7 Jul 2011 17:39:20 +0200
Subject: upd


diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html
index 504e2c3..c08634e 100644
--- a/templates/program/recommendations.html
+++ b/templates/program/recommendations.html
@@ -22,8 +22,8 @@
         </div>
         <div class="show-detail">
           <h4>
-            <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a> vom
-            {{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}
+            <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a><br />
+            vom {{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}
           </h4>
           <h3 class="show-title">
             <a href="{%  url timeslot-detail item.timeslot.id %}">{{ item.title }}</a>
-- 
cgit v0.10.2