lib/repoman/app/views/layout.erb in repoman-0.5.1 vs lib/repoman/app/views/layout.erb in repoman-0.5.2

- old
+ new

@@ -20,12 +20,12 @@ </script> <script type="text/x-handlebars-template" id="row-template"> {{#each file}} <tr> - <td class="line_number">1</td> - <td width="100%" class="code"> + <td class="line_number"></td> + <td style="width: 100%;" class="code"> <pre>{{this}}</pre> </td> </tr> {{/each}} </script> @@ -46,9 +46,9 @@ <tbody> </tbody> </table> </div> </div> - </div> +<div class="cf"></div> </body> </html>