Commit fc10bef1 by Phạm Văn Đoan

bỏ dấu ngoặc thừa khi chọn tuần ở BXH tuần

parent ffedb950
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="col-lg-4"> <div class="col-lg-4">
<select class="form-control" name="input-name" id="input-name"> <select class="form-control" name="input-name" id="input-name">
<?php foreach ($week_list as $key => $week): ?> <?php foreach ($week_list as $key => $week): ?>
<option value = "<?php echo $key; ?>"><?php echo $week; ?>)</option> <option value = "<?php echo $key; ?>"><?php echo $week; ?></option>
<?php endforeach; ?> <?php endforeach; ?>
</select> </select>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment