Final indentation and formatting fixes

This commit is contained in:
objecttothis
2020-03-24 14:17:36 +04:00
parent 8a0c88b11c
commit 4584b7eace
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ class Attributes extends Secure_Controller
$this->load->view('attributes/manage', $data);
}
/*
Returns customer table data rows. This will be called with AJAX.
/**
* Returns customer table data rows. This will be called with AJAX.
*/
public function search()
{

View File

@@ -54,7 +54,7 @@
<div class="input-group">
<?php echo form_input(array('name'=>'definition_value', 'class'=>'form-control input-sm', 'id' => 'definition_value'));?>
<span id="add_attribute_value" class="input-group-addon input-sm btn btn-default">
<span class="glyphicon glyphicon-plus-sign"></span>
<span class="glyphicon glyphicon-plus-sign"></span>
</span>
</div>
</div>