was a bit too careless with xhtml'ing
authorchriskl <chriskl>
Tue, 6 May 2003 07:13:04 +0000 (07:13 +0000)
committerchriskl <chriskl>
Tue, 6 May 2003 07:13:04 +0000 (07:13 +0000)
views.php

index 9f505aec03fe6622eaf14897bfd427f559cf05f7..18738fac37fa4cf67a50b59d2e3ce6aa989cf156 100644 (file)
--- a/views.php
+++ b/views.php
@@ -3,7 +3,7 @@
        /**
         * Manage views in a database
         *
-        * $Id: views.php,v 1.11 2003/05/06 06:16:31 chriskl Exp $
+        * $Id: views.php,v 1.12 2003/05/06 07:13:04 chriskl Exp $
         */
 
        // Include application functions
                if ($viewdata->recordCount() > 0) {
                        echo "<form action=\"$PHP_SELF\" method=post>\n";
                        echo "<table width=\"100%\">\n";
-                       echo "<tr><th class=\"data>\"{$lang['strname']}</th></tr>\n";
+                       echo "<tr><th class=\"data\">{$lang['strname']}</th></tr>\n";
                        echo "<tr><td class=\"data1\">", htmlspecialchars($viewdata->f[$data->vwFields['vwname']]), "</td></tr>\n";
                        echo "<tr><th class=\"data\">{$lang['strdefinition']}</th></tr>\n";
                        echo "<tr><td class=\"data1\"><textarea style=\"width:100%;\" rows=\"20\" cols=\"50\" name=\"formDefinition\" wrap=\"virtual\">",