forked from 0x2620/pandora
fix a bug in indiancinema info view
This commit is contained in:
parent
02c4732449
commit
5467c4ecff
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ pandora.ui.infoView = function(data) {
|
|||
['studios', 'names'].forEach(function(key) {
|
||||
descriptions[key].forEach(function(value) {
|
||||
if (canEdit || value.description) {
|
||||
var $name = $('<div>')
|
||||
var $name = Ox.Element()
|
||||
.css(css)
|
||||
.css({marginTop: '12px', fontWeight: 'bold'})
|
||||
.html(
|
||||
|
|
Loading…
Reference in a new issue