]> git.joonet.de Git - adminer.git/commitdiff
No newline in middle of row
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 1 Sep 2008 17:04:36 +0000 (17:04 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 1 Sep 2008 17:04:36 +0000 (17:04 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@474 7c3ca157-0c34-0410-bff1-cbf682f78f5c

index.php

index e28b7cffd93db131d7c4a719ce65eca77cffccca..7f9117add2ac32d4345840cf292154f17c9ca805 100644 (file)
--- a/index.php
+++ b/index.php
@@ -132,7 +132,7 @@ if (isset($_GET["download"])) {
                                                echo "<tr>";
                                                echo "<td>" . htmlspecialchars($row["ROUTINE_TYPE"]) . "</td>";
                                                echo '<th><a href="' . htmlspecialchars($SELF) . ($row["ROUTINE_TYPE"] == "FUNCTION" ? 'callf' : 'call') . '=' . urlencode($row["ROUTINE_NAME"]) . '">' . htmlspecialchars($row["ROUTINE_NAME"]) . '</a></th>';
-                                               echo '<td><a href="' . htmlspecialchars($SELF) . ($row["ROUTINE_TYPE"] == "FUNCTION" ? 'function' : 'procedure') . '=' . urlencode($row["ROUTINE_NAME"]) . '">' . lang('Alter') . "</a></td>\n";
+                                               echo '<td><a href="' . htmlspecialchars($SELF) . ($row["ROUTINE_TYPE"] == "FUNCTION" ? 'function' : 'procedure') . '=' . urlencode($row["ROUTINE_NAME"]) . '">' . lang('Alter') . "</a></td>";
                                                echo "</tr>\n";
                                        }
                                        echo "</table>\n";