Author Topic: Found small error in BlueprintRenderer class (version 11)  (Read 2585 times)

0 Members and 1 Guest are viewing this topic.

Offline angatyr

  • VIP
  • Newbie
  • *
  • Posts: 1
    • View Profile
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

Online Zurga

  • VIP
  • Supernatural Member
  • *
  • Posts: 3 856
    • View Profile
Re: Found small error in BlueprintRenderer class (version 11)
« Reply #1 on: September 11, 2021, 17:48:21 »
Thanks for the notice.
This is corrected and will be available in the tomorrow update in the v12.

Zurga