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: wulff Status: patch 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. wulff