Commit 5edf9f31 authored by Simon Latapie's avatar Simon Latapie

* little fix due to my last commit

parent 664c9f19
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<form method="get" action=""> <form method="get" action="">
<table> <table>
<vlc id="foreach" param1="pl" param2="playlist" /> <vlc id="foreach" param1="pl" param2="playlist" />
<tr class="<vlc id="if" param1="2 pl.index % 0 =" />ligne1<vlc id="else" />ligne2<vlc id="end" />"> <tr class="<vlc id="if" param1="pl.index 2 % 0 =" />ligne1<vlc id="else" />ligne2<vlc id="end" />">
<td> <td>
<input type=checkbox name="item" value="<vlc id="value" param1="pl.index" />"> <input type=checkbox name="item" value="<vlc id="value" param1="pl.index" />">
<vlc id="if" param1="pl.current" /> <vlc id="if" param1="pl.current" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment