]> git.decadent.org.uk Git - maypole.git/commitdiff
fixed to make valid xhtml.
authorMarcus Ramberg <mramberg@cpan.org>
Wed, 13 Oct 2004 21:21:21 +0000 (21:21 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Wed, 13 Oct 2004 21:21:21 +0000 (21:21 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@231 48953598-375a-da11-a14b-00016c27c3ee

templates/factory/macros

index 1e5994f0e2a6f8de66b18c852a3284f56e544e2b..491a0bc5074a444701606d15b03b31f85aebb2e0 100644 (file)
@@ -66,7 +66,7 @@ for some.
         END;
         "</td>";
     END;
-    "<td class='actions' nowrap>";
+    '<td class="actions" nowrap="nowrap">';
     button(item, "edit");
     button(item, "delete");
     "</td>";