HTML editors can cause embedding issues. This is especially true for tags that do not require quotes. For example, the ``option'' tag
option value=``##value##'' ##selected####text##/option
may contain an unquoted ``selected'' attribute. An editor such as Mozilla Composer may reformat the tag such as
option value=``##value##'' ##selected##=``''##text##/option
A resolution would be to use a single field for the entire option block (e.g. ##option##). The disadvantage would be that the user would not see the selection box in an editor.