Andy Baugh %!s(int64=6) %!d(string=hai) anos
pai
achega
adfb0b0ed5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      notification-center/notification-center.tt

+ 1 - 1
notification-center/notification-center.tt

@@ -24,6 +24,7 @@
             <td class="timestamp">[% notification %]</td>
             <td><a class="button" href="javascript:toggleContentDisplay('[% notification %]')">Show/Hide</a></td>
         </tr>
+		<tr></tr><!--Blank row to ensure table striping works properly-->
         <tr style="display:none" id="[% notification %]">
             <td colspan=3>
                 <div style="margin: 0 auto; width: 700px">
@@ -31,7 +32,6 @@
                 </div>
             </td>
         </tr>
-		<tr></tr><!--Blank row to ensure table striping works properly-->
         [% END %]
     </tbody>
 </table>