Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - angatyr

Pages: [1]
1
ENGLISH / Found small error in BlueprintRenderer class (version 11)
« on: September 11, 2021, 13:16:42 »
I was wondering how easy it would be to make it possible to inject html code into a blueprint using the <prop> tag.
So I exported the svn repository and took a look at the BlueprintRenderer class and noticed that line 130 in the BlueprintRenderer.java file read:

html.append("<html<body>");

I guess it should be:

html.append("<html><body>");

This is of course no big deal - the rendering works fine anyway. But it is always nice to root out those small insignificant errors - they might have an impact at a later stage.

Regards
Henrik

Pages: [1]