Author: david Date: Mon Oct 5 16:02:17 2009 New Revision: 3667 Log: Validate autocomplete form to W3C standards.
Modified: trunk/apps/qubit/modules/term/actions/autocompleteAction.class.php Modified: trunk/apps/qubit/modules/term/actions/autocompleteAction.class.php ============================================================================== --- trunk/apps/qubit/modules/term/actions/autocompleteAction.class.php Mon Oct 5 15:04:15 2009 (r3666) +++ trunk/apps/qubit/modules/term/actions/autocompleteAction.class.php Mon Oct 5 16:02:17 2009 (r3667) @@ -44,12 +44,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> <title>Taxonomy List</title> </head> <body> <table> <thead> -<th>term</th> +<tr><th>term</th></tr> </thead> <tbody> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.ca/group/qubit-commits?hl=en -~----------~----~----~----~------~----~------~--~---
