|
|
|
|
|
by TRiG_Ireland
1000 days ago
|
|
I think I'm with the author on this. The two scenarios are very different. Bold text is probably a span of text within a larger block of text: delimiting it with an opening and closing tag makes sense. A config value is a boolean switch. This makes sense: <element>Some text here. <bold>Some more text here.</bold> And yet further text here.</element>
This does not: <value>true</value>
That should be: value: true
|
|