From 3f3974c7bf9cfda2cbc354cae368f22e4eb982e6 Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Thu, 7 Jul 2011 17:03:16 +0200
Subject: upd


diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html
index e8d1dcf..14480a8 100644
--- a/templates/program/recommendations.html
+++ b/templates/program/recommendations.html
@@ -6,7 +6,7 @@
 
 <div id="content-main" class="recommendations">
   <h1>Programmhinweise</h1>
-  <div class="shows">
+  <div id="shows">
 {% for item in recommendation_list %}
     <div class="show recommendation  bf-{{ item.show.broadcastformat.slug }}">
         <div class="show-abbrevs">
@@ -21,7 +21,10 @@
         {% endfor %}
         </div>
         <div class="show-detail">
-          <h3 class="show-title"><a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a>: <a href="{%  url timeslot-detail item.timeslot.id %}">{{ item.title }}</a></h3>
+          <h3 class="show-title">
+            <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a>:<br />
+            <a href="{%  url timeslot-detail item.timeslot.id %}">{{ item.title }}</a>
+          </h3>
           <h4 class="timeslot-start-end">{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}</h4>
 
           <p class="note-content">{{ item.content|safe}}</p>
-- 
cgit v0.10.2