BlackBoxCenter / blackbox

BlackBox Component Builder is an IDE and framework for the Component Pascal programming language.
http://blackboxframework.org
BSD 2-Clause "Simplified" License
54 stars 4 forks source link

fixing ignored HYPERLINK in RTF import. Refs: #184. #200

Closed jtempl closed 6 years ago

jtempl commented 6 years ago

White space around the HYPERLINK field instruction is now ignored. The closing double quote in the link target is also removed by this change because it resulted from white space at the end of the field instruction.

Signed-off-by: Josef Templ josef.templ@gmail.com