Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wishlist template #2273

Closed
Golling opened this issue Nov 14, 2014 · 1 comment
Closed

Wishlist template #2273

Golling opened this issue Nov 14, 2014 · 1 comment

Comments

@Golling
Copy link

Golling commented Nov 14, 2014

I think that there is a minor error on the wishlist template.

<tbody id="wishlist-row<?php echo $product['product_id']; ?>">
<?php foreach ($products as $product) { ?>
  <tr>...</tr>
<?php } ?>
</tbody>

Instead of

<?php foreach ($products as $product) { ?>
<tbody id="wishlist-row<?php echo $product['product_id']; ?>">
  <tr>...</tr>
</tbody>
<?php } ?>

One <tbody> per <table>, right ?

PS : Is anyone here with a good github issues tutorial ?

@danielkerr
Copy link
Member

about

no you can have as many as you want.

tbody was is used from grouping table rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants