From ef4179f9df284d7bcfd5e6e0da8ffba444e346c6 Mon Sep 17 00:00:00 2001
From: Marcus Ramberg <mramberg@cpan.org>
Date: Wed, 13 Oct 2004 21:21:21 +0000
Subject: [PATCH] fixed to make valid xhtml.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@231 48953598-375a-da11-a14b-00016c27c3ee
---
 templates/factory/macros | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/factory/macros b/templates/factory/macros
index 1e5994f..491a0bc 100644
--- a/templates/factory/macros
+++ b/templates/factory/macros
@@ -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>";
-- 
2.39.5