mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
Non breaking space Issue #81
This commit is contained in:
parent
b1d0b896bc
commit
2957cdf966
5 changed files with 12 additions and 6 deletions
|
@ -274,9 +274,11 @@ var SeriesView = BaseView.extend({
|
|||
}, this);
|
||||
|
||||
this.destination = options.destination;
|
||||
// use a non-breaking space to prevent the level from bouncing around
|
||||
// from missing strings
|
||||
this.JSON = {
|
||||
displayName: intl.getIntlKey(this.info, 'displayName'),
|
||||
about: intl.getIntlKey(this.info, 'about'),
|
||||
about: intl.getIntlKey(this.info, 'about') || " ",
|
||||
ids: this.levelIDs
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue