Reword documentation to be clearer, and give warning on common user error.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / URI.DefaultScheme.txt
blob728e378cbeb462998a10de23946b60e3ebd74cc5
1 URI.DefaultScheme
2 TYPE: string
3 DEFAULT: 'http'
4 --DESCRIPTION--
6 <p>
7     Defines through what scheme the output will be served, in order to
8     select the proper object validator when no scheme information is present.
9 </p>
10 --# vim: et sw=4 sts=4