My Welcome Text parses some markup but not valid HTML
Added by Noah B about 11 years ago
I was messing with the welcome text this morning, and I noticed that I can't seem to include HTML in the message despite the fact that the wiki says I can.
This entry in the welcome text box:
From here you can view your project#2 and manage project issues.
<img border="0" src="http://www.redmine.org/attachments/3458/redmine_logo_v1.png">
Results in this output when the redmine homepage is viewed:
From here you can view your Fake Project to Demo All Features and manage project issues.
<img border="0" src="http://www.redmine.org/attachments/3458/redmine_logo_v1.png">
As you can see, textile is being parsed because "project#2" turns into "Fake Project to Demo All Features", but the html is not parsed at all.
I'm using the following versions:
Redmine 1.3.2.stable (PostgreSQL)
Rails 2.3.14
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]