Skip to content

Commit

Permalink
Fix for demo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-puslecki committed Nov 20, 2013
1 parent 69aed35 commit 297482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/api/htmlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static function renderForm($entityName, $operation, $subEntityName, $filt
case 'CreateKycPageByFile':
self::renderId($entityName);
self::renderId($subEntityName[1], 'IdSubEntity');
self::renderFormRow('<input type="file" name="kyc_page" />');
self::renderFormRow('<tr><td></td><td><input type="file" name="kyc_page" /></td></tr>');
break;
}

Expand Down

0 comments on commit 297482a

Please sign in to comment.