1
0
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:
Pomax
2017-02-15 14:59:24 -08:00
parent 47a803c80a
commit b47a94d23d
8 changed files with 312 additions and 188 deletions

View File

@@ -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)
};
},