Jacques Marneweck wrote:
+ +<!-- user page --> +<!ENTITY docweb.users.username '<strong>Username</strong>'> +<!ENTITY docweb.users.name '<strong>Real name</strong>'> +<!ENTITY docweb.users.country '<strong>Country</strong>'>
I really think we should avoid putting markup directly in the entities when simple.
For example, in docweb.login.text, it would be inconvenient to break that piece into two entities (one for "Note:" and one for the rest).
However, in the case of docweb.users.*, we should put the <strong> tags into the template, and allow the entities to be only text.
(sorry for the crosspost) S