summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 12:15:56 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 12:15:56 +0100
commitfce5a7b8961af688d8bef2f73f8a8b970edaab3f (patch)
treed72fddfbcb3746c87686d908632940e52f5e56ff
parent902d86acbe01b0368771eb57873e09f2cfcd8184 (diff)
removed header div from documentation files
-rw-r--r--documentation/compile-extensions.html3
-rw-r--r--documentation/install.html3
-rw-r--r--documentation/loading-extensions.html3
3 files changed, 0 insertions, 9 deletions
diff --git a/documentation/compile-extensions.html b/documentation/compile-extensions.html
index 3e6396d..eae0076 100644
--- a/documentation/compile-extensions.html
+++ b/documentation/compile-extensions.html
@@ -1,6 +1,3 @@
-<div style="width: 1024px; font-family: verdana; font-size: 10pt; line-height: 16pt;">
-
-
<h1>Compile your own extensions</h1>
<p>
When you build your own PHP-CPP extensions, you also have to compile and
diff --git a/documentation/install.html b/documentation/install.html
index aa3df2c..917d59d 100644
--- a/documentation/install.html
+++ b/documentation/install.html
@@ -1,6 +1,3 @@
-<div style="width: 1024px; font-family: verdana; font-size: 10pt; line-height: 16pt;">
-
-
<h1>How to install PHP-CPP</h1>
<p>
Before you can build your own super fast native PHP extension using the
diff --git a/documentation/loading-extensions.html b/documentation/loading-extensions.html
index 2556efd..6163596 100644
--- a/documentation/loading-extensions.html
+++ b/documentation/loading-extensions.html
@@ -1,6 +1,3 @@
-<div style="width: 1024px; font-family: verdana; font-size: 10pt; line-height: 16pt;">
-
-
<h1>How does PHP load its extensions?</h1>
<p>
You probably already know that native PHP extensions are compiled into *.so