Patch #1579 2006-10-23 20:23

sethjackson

HTML Build Log
Download
1579-HTML_Build_Log.patch (556 bytes)
Category
Plugin::Refinement
Status
Closed
Close date
2006-10-26 20:43
Assigned to
 
Index: codeblocks/src/plugins/compilergcc/compilergcc.cpp
===================================================================
--- codeblocks/src/plugins/compilergcc/compilergcc.cpp    (revision 3130)
+++ codeblocks/src/plugins/compilergcc/compilergcc.cpp    (working copy)
@@ -3114,7 +3114,9 @@
 
     // first output the standard header blurb
     f.Write(_T("<html>\n"));
+    f.Write(_T("<head>\n"));
     f.Write(_T("<title>") + m_BuildLogTitle + _T("</title>\n"));
+    f.Write(_T("</head>\n"));
     f.Write(_T("<body>\n"));
 
     // use fixed-width font
sethjackson 2006-10-23 20:24

The <head></head> tags were missing......

killerbot 2006-10-26 20:43

applied, thanks Seth.

PS : how about the php lexer ;-)