Ticket #12063: 0001-Add-HTML-tags-really-fixes-bug-12063.patch

File 0001-Add-HTML-tags-really-fixes-bug-12063.patch, 878 bytes (added by AGMS, 9 years ago)

D'oh, yes it was missing the start of BODY tag.

  • docs/develop/makefile-engine.html

    From 2cd97661ad45cb35a5f6bd6163cba72e70e5cc1c Mon Sep 17 00:00:00 2001
    From: "Alexander G. M. Smith" <agmsmith@ncf.ca>
    Date: Tue, 12 May 2015 13:32:22 -0400
    Subject: [PATCH] Add HTML tags, really fixes bug #12063
    
    ---
     docs/develop/makefile-engine.html | 7 +++++++
     1 file changed, 7 insertions(+)
    
    diff --git a/docs/develop/makefile-engine.html b/docs/develop/makefile-engine.html
    index 923255e..9f95a34 100644
    a b  
     1<html>
     2<head>
     3    <title>How To Create a Project Using Makefile Engine</title>
     4</head>
     5<body>
    16<h1>How To Create a Project Using Makefile Engine</h1>
    27
    38<p>Haiku helps developers in build process of their projects by providing so
    Poláčik</td>  
    252257<td align="right">Copyright &copy; 2011 Haiku Inc.</td>
    253258</tr>
    254259</table>
     260</body>
     261</html>