VCategories: Closing brace must be on a line by itself.
This commit is contained in:
parent
8c492a86fc
commit
be77d81152
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ $categories = isset($_['categories'])?$_['categories']:array();
|
|||
<form method="post" id="categoryform">
|
||||
<div class="scrollarea">
|
||||
<ul id="categorylist">
|
||||
<?php foreach($categories as $category) { ?>
|
||||
<?php foreach($categories as $category): ?>
|
||||
<li><input type="checkbox" name="categories[]" value="<?php echo $category; ?>" /><?php echo $category; ?></li>
|
||||
<?php } ?>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottombuttons">
|
||||
|
|
Loading…
Reference in a new issue