Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pharesim committed Jul 5, 2015
1 parent 855a8a5 commit 27a11c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions views/templates/assets.phtml
Expand Up @@ -53,11 +53,7 @@ $(document).ready(function() {



<?php

$assettableid = 'id="'.$asset['asset'].'"';

}?>
<?php $assettableid = 'id="'.$asset['asset'].'"'; ?>



Expand Down

0 comments on commit 27a11c6

Please sign in to comment.