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> |
1 | 6 | <h1>How To Create a Project Using Makefile Engine</h1> |
2 | 7 | |
3 | 8 | <p>Haiku helps developers in build process of their projects by providing so |
… |
… |
Poláčik</td>
|
252 | 257 | <td align="right">Copyright © 2011 Haiku Inc.</td> |
253 | 258 | </tr> |
254 | 259 | </table> |
| 260 | </body> |
| 261 | </html> |