Removes extrad div on filter type numeric preview.

This commit is contained in:
Mateus Machado Luna 2019-05-27 11:22:46 -03:00
parent b66173b086
commit 85fc8e0920
1 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ class Numeric extends Filter_Type {
</div> </div>
</div> </div>
</div> </div>
</div>
'); ');
} }
@ -86,7 +85,6 @@ class Numeric extends Filter_Type {
* @internal param $metadatum * @internal param $metadatum
*/ */
public function render( $filter ){ public function render( $filter ){
return '<tainacan-filter-numeric return '<tainacan-filter-numeric
step="' . $this->get_option('step') . '" step="' . $this->get_option('step') . '"
name="'.$filter->get_name().'" name="'.$filter->get_name().'"