From 3ff95a4026e590b40b8b26c8d5cfc3e2ac8b7248 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sat, 24 Mar 2018 19:10:03 +0000
Subject: [PATCH] Stile geaendert

---
 data/tpl/abspieler.tpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/tpl/abspieler.tpl b/data/tpl/abspieler.tpl
index c422da4..45b7ffe 100644
--- a/data/tpl/abspieler.tpl
+++ b/data/tpl/abspieler.tpl
@@ -2,7 +2,7 @@
 <select name="abspieler" size="1" class="abspieler-auswahl">
   {{#abspielerliste}}
     {{#inhalt}}
-    <option {{abspielerzustand}} atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
+    <option {{abspielerzustand}} standardzustand="{{abspielerzustand}}" atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
     {{/inhalt}}
   {{/abspielerliste}}
 </select>

--
Gitblit v1.9.3