The goal is to improve readability of
settings where spaces are relevant.
if (type == DT_STR || type == DT_RX || type == DT_ADDR || type == DT_PATH)
{
- fputs ("\nDefault: "", out);
+ fputs ("\nDefault: <quote><literal>", out);
sgml_print_strval (val, out);
- fputs (""</literallayout>\n", out);
+ fputs ("</literal></quote></literallayout>\n", out);
}
else
fprintf (out, "\nDefault: %s</literallayout>\n", val);