Details
Description
I noticed that in 1.8+ texts like titles, activity names etc. do no longer support html tags. I found this quite useful, even that I am aware that it is a kind of a nasty tweak...
For instance, I used to emphasize some specific activities by typing something like "<b>My emphasized activity</b>" or I created some links to specific courses where I typed the name followed by a key image (to indicate that they are not publicly accessible): "My restricted course <img title="restricted access" alt="restricted access" src="<pathtothe>/key.gif" />".
Andreas Leiser
Issue Links
| This issue duplicates: | ||||
| MDL-11844 | Please put back limited HTML in resource and activity names |
|
|
|
I noticed that it is working if one encloses by <span>...</span> tags. So I think most cases can be done (<b>...</b> is old style anyway) when changing it to these tags. The <img> insertion thing however doesn't seem to work, which would be "nice to have".
What I didn't test so far is whether multilang formatting works in name fields (alone) and whether it doesn't interfere with formatting in the <span>-style as above.