mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Use 'util/escapeString' instead of _.escape
This commit is contained in:
parent
ce61c97cf0
commit
e17d974b55
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
var escapeString = require('../util/escapeString');
|
||||
var _ = require('underscore');
|
||||
var intl = require('../intl');
|
||||
|
||||
|
@ -830,7 +831,7 @@ var instantCommands = [
|
|||
intl.str('git-version'),
|
||||
'<br/>',
|
||||
intl.str('git-usage'),
|
||||
_.escape(intl.str('git-usage-command')),
|
||||
escapeString(intl.str('git-usage-command')),
|
||||
'<br/>',
|
||||
intl.str('git-supported-commands'),
|
||||
'<br/>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue