Issue status update for http://drupal.org/node/27668 Post a follow up: http://drupal.org/project/comments/add/27668 Project: Drupal Version: cvs Component: locale.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: wulff Updated by: Junyor Status: patch I'd prefer to see the styling done in drupal.css, rather than inline. +1 for the fix, -1 for the implementation. Junyor Previous comments: ------------------------------------------------------------------------ Thu, 28 Jul 2005 10:13:15 +0000 : wulff Attachment: http://drupal.org/files/issues/locale.inc.html.patch (3.08 KB) locale.inc: Uses the deprecated element <strike> - should be changed to <span style=\"text-decoration: line-through;\"> Uses the deprecated attribute nowrap - should be changed to style="white-space: nowrap;" Also, method="POST" should be changed to method="post". Applying these changes makes the 'manage strings' results page validate as XHTML 1.0 strict.