Skip to content

Commit

Permalink
Update MetadataController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gino0631 committed Jul 30, 2017
1 parent 83bfcdb commit e2540e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/MetadataController.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ protected function formatFlashMode($mode) {
}

protected function formatGpsCoord($coord) {
$return = $this->evalRational($coord[0]) . utf8_encode('°');
$return = $this->evalRational($coord[0]) . '°';

if (($coord[1] != '0/1') || ($coord[2] != '0/1')) {
$return .= ' ' . $this->evalRational($coord[1]) . '\'';
Expand Down

0 comments on commit e2540e4

Please sign in to comment.