[Solar-talk] html fix for helpers
Clay Loveless
clay at killersoft.com
Wed Jan 10 17:09:36 PST 2007
On Jan 10, 2007, at 4:13 PM, mikko at sorl.net wrote:
> Solar.config.php:
> ...
> $config['Solar_View_Helper'] = array( 'html' => true );
> ...
>
> And in for example Base.php:
> ...
> return '<base href="$href"' . ($this->_config['html'] ? '>' : ' />');
Hi Mikko,
I haven't looked at this really closely, but have followed the thread
of discussion. What about the HTML 4.01 Strict issue cannot be solved
by some different templates and custom helpers?
I haven't coded a site in HTML 4 (of any flavor) in several years
now, and have never run into serious problems. Given that Solar is
intended to be forward-looking, I can't see a good reason for
introducing changes across all of the distributed views to support a
deprecated markup format.
-Clay
--
Killersoft.com
More information about the solar-talk
mailing list