Skip to content

Commit

Permalink
Merge pull request #32 from zshamrock/master
Browse files Browse the repository at this point in the history
Fixed the order of Value and Actions columns for Browse Data view
  • Loading branch information
Sébastien Giroux committed Jul 20, 2013
2 parents b60df76 + 4348e65 commit 39d146e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/columnfamily_browse_data_row.php
Expand Up @@ -3,8 +3,8 @@
$uuid = @unserialize($key)->string;
$key = $uuid ? $uuid : $key;
echo htmlentities($key,ENT_COMPAT,'UTF-8');
?></td>
<td>
?>
</td>
<td>
<?php
switch ($comparator_type) {
Expand Down

0 comments on commit 39d146e

Please sign in to comment.