VCategories: Closing brace must be on a line by itself.

This commit is contained in:
Thomas Tanghus 2012-11-05 16:38:23 +01:00
parent 8c492a86fc
commit be77d81152
1 changed files with 2 additions and 2 deletions

View File

@ -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">