mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-20 07:21:43 +02:00
proper div escaping during locale conversion
This commit is contained in:
@@ -7,7 +7,7 @@ var page = "whatis";
|
||||
var Whatis = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
title: "So what makes a Bézier Curve?"
|
||||
title: locale.getTitle(page)
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user