mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 02:12:51 +00:00
kdirshare: set ID for the search form input the label refers to
fixes chromium inspector warning Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e512ee5b3b
commit
2d413a0e4f
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ static QByteArray contentForDirectory(const QString &path, const QString &basedi
|
|||
data.append(sheetForContent());
|
||||
data.append(" <form action=\"/kdirsharesearch.html\">\n");
|
||||
data.append(" <label for=\"match\">Search for:</label>\n");
|
||||
data.append(" <input type=\"text\" name=\"match\" value=\"\">\n");
|
||||
data.append(" <input type=\"text\" id=\"match\" name=\"match\" value=\"\">\n");
|
||||
data.append(" <input type=\"submit\" value=\"Search\">\n");
|
||||
data.append(" </form>\n");
|
||||
data.append(" <body>\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue