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

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

Patch for adding HTML tags at the beginning and end of the document.

  • docs/develop/makefile-engine.html

    From 117be60c43aeac28b0efac48810dbda7e37670ce Mon Sep 17 00:00:00 2001
    From: "Alexander G. M. Smith" <agmsmith@ncf.ca>
    Date: Tue, 12 May 2015 12:46:36 -0400
    Subject: [PATCH] Add HTML tags, fixes bug #12063
    
    ---
     docs/develop/makefile-engine.html | 6 ++++++
     1 file changed, 6 insertions(+)
    
    diff --git a/docs/develop/makefile-engine.html b/docs/develop/makefile-engine.html
    index 923255e..08e0c82 100644
    a b  
     1<html>
     2<head>
     3    <title>How To Create a Project Using Makefile Engine</title>
     4</head>
    15<h1>How To Create a Project Using Makefile Engine</h1>
    26
    37<p>Haiku helps developers in build process of their projects by providing so
    Poláčik</td>  
    252256<td align="right">Copyright &copy; 2011 Haiku Inc.</td>
    253257</tr>
    254258</table>
     259</body>
     260</html>