CC-3747: Metadata popup should also show the filepath of the track

- fixed 'File Path' from breaking into 2 lines in Chrome
This commit is contained in:
denise 2012-05-17 18:53:40 -04:00
parent 3ba4551ed3
commit 8ad336858e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div><span>Isrc Number:</span><span><?php echo ($this->md["MDATA_KEY_ISRC"]);?></span></div>
<div><span>Website:</span><span><?php echo ($this->md["MDATA_KEY_URL"]);?></span></div>
<div><span>Language:</span><span><?php echo ($this->md["MDATA_KEY_LANGUAGE"]);?></span></div>
<div><span>File Path:</span><span><?php echo ($this->md["MDATA_KEY_FILEPATH"]);?></span></div>
<div><span>File&nbsp;Path:</span><span><?php echo ($this->md["MDATA_KEY_FILEPATH"]);?></span></div>
<?php endif; ?>