Skip to content

Commit

Permalink
fix: urlParam for non-encoded languages (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkansivri authored May 3, 2020
1 parent 2a9be70 commit a39dfd9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"name": "C#"
},
{
"urlParam": "c++",
"urlParam": "c%2B%2B",
"name": "C++"
},
{
Expand Down Expand Up @@ -676,23 +676,23 @@
"name": "HTML"
},
{
"urlParam": "html+django",
"urlParam": "html%2Bdjango",
"name": "HTML+Django"
},
{
"urlParam": "html+ecr",
"urlParam": "html%2Becr",
"name": "HTML+ECR"
},
{
"urlParam": "html+eex",
"urlParam": "html%2Beex",
"name": "HTML+EEX"
},
{
"urlParam": "html+erb",
"urlParam": "html%2Berb",
"name": "HTML+ERB"
},
{
"urlParam": "html+php",
"urlParam": "html%2Bphp",
"name": "HTML+PHP"
},
{
Expand Down Expand Up @@ -1080,7 +1080,7 @@
"name": "NetLinx"
},
{
"urlParam": "netlinx+erb",
"urlParam": "netlinx%2Berb",
"name": "NetLinx+ERB"
},
{
Expand Down Expand Up @@ -1140,7 +1140,7 @@
"name": "Objective-C"
},
{
"urlParam": "objective-c++",
"urlParam": "objective-c%2B%2B",
"name": "Objective-C++"
},
{
Expand Down

0 comments on commit a39dfd9

Please sign in to comment.