kurbot Posted May 23, 2011 Share Posted May 23, 2011 (edited) Hey Guys, I'm sure this was noted, but i found a very basic HTML error on the slider / configureproductdomain.tpl template page. There seems to be some floating </td><td> tags that break the layout, only when users have domains in cart without hosting already. if you look at line 12: <input type="radio" name="domainoption" value="incart" id="selincart" /></td><td><label for="selincart">{$LANG.cartproductdomainuseincart}</label> Replace with: <input type="radio" name="domainoption" value="incart" id="selincart" /><label for="selincart">{$LANG.cartproductdomainuseincart}</label> just figured i would post the bug, so that you guys could be aware for future. thanks. Edited May 23, 2011 by kurbot 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted May 25, 2011 WHMCS CEO Share Posted May 25, 2011 Thanks for the report. Have got these extra table cell tags removed now. Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.