Skip to content

Commit

Permalink
Add a dom id to the form element too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 21, 2014
1 parent ed23a91 commit 844df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php
Expand Up @@ -393,7 +393,7 @@ protected function _renderInline()
if ($registry->hasMethod('contacts/import') &&
$registry->hasMethod('contacts/sources')) {
$html .= '<div class="horde-form-buttons"><form action="'
. Horde::selfUrl() . '" method="get" name="vcard_import">'
. Horde::selfUrl() . '" method="get" name="vcard_import" id="vcard_import">'
. Horde_Util::formInput();
foreach ($_GET as $key => $val) {
$html .= '<input type="hidden" name="' . htmlspecialchars($key)
Expand Down

0 comments on commit 844df9e

Please sign in to comment.