From 0b38350c919651b896d6482ecc0f89ec2a9c007a Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Thu, 7 Jul 2011 18:33:26 +0200
Subject: upd


diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html
index 10a2702..d9d95d8 100644
--- a/templates/program/show_detail.html
+++ b/templates/program/show_detail.html
@@ -60,7 +60,7 @@
     <h2>Sendungstipps</h2>
     <p>
         {% for note in show.notes.all %}
-        <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> ({{ note.title }})<br />
+        <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> ({{ note.title }}) |||
         {% endfor %}
     </p>
    {% endif %}
-- 
cgit v0.10.2