Bug 69008

Summary: A PHP 'Hello World' program that could produce XHTML instead of HTML 4.0
Product: [Applications] kdevelop Reporter: Andrew Coles <andrew.i.coles>
Component: Language Support: PHPAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Replacement XHTML app.php

Description Andrew Coles 2003-11-25 14:35:03 UTC
Version:           CVS as of 20031125 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.2 
OS:          Linux

In the 'Hello World' PHP example (built using New Project->PHP etc.) it says <H1>Hello World<H1> where it should be <H1>Hello World</H1>.

As an aside if it could produce XHTML instead of HTML 4.0 that'd be good, although this is more of a wishlist item.
Comment 1 Jens Dagerbo 2003-11-25 15:40:19 UTC
LOL! I guess we'd better fix that.. :)

Since you labelled this as a wish and not a bug, I assume you think the XHTML issue is the more important one.. Please, help us out! :) If you could submit a XHTML template, I'm sure it will be included.

(Too many of us C++ coders hasn't gotten past the mid 90's table layouting..)
Comment 2 Andrew Coles 2003-11-26 16:26:08 UTC
Created attachment 3418 [details]
Replacement XHTML app.php

OK, my friend and web design guru Jonathan Gough wrote a replacement app.php;
enjoy!

Andrew
Comment 3 Sascha Cunz 2004-03-04 05:03:30 UTC
Thanks for the new template.
i've just commited it into cvs.