diff --git a/docs/dev-advanced-api.html b/docs/dev-advanced-api.html index abc83025..a9d9f745 100644 --- a/docs/dev-advanced-api.html +++ b/docs/dev-advanced-api.html @@ -14,7 +14,7 @@
HTML Purifier currently natively supports only a subset of HTML's allowed elements, attributes, and behavior. This is by design, diff --git a/docs/dev-code-quality.html b/docs/dev-code-quality.html index 4134360a..e815329a 100644 --- a/docs/dev-code-quality.html +++ b/docs/dev-code-quality.html @@ -14,7 +14,7 @@
Okay, face it. Programmers can get lazy, cut corners, or make mistakes. They also can do quick prototypes, and then forget to rewrite them later. Well, diff --git a/docs/dev-naming.html b/docs/dev-naming.html index 732d32c3..9fffbb65 100644 --- a/docs/dev-naming.html +++ b/docs/dev-naming.html @@ -14,7 +14,7 @@
The classes in this library follow a few naming conventions, which may help you find the correct functionality more quickly. Here they are:
diff --git a/docs/dev-optimization.html b/docs/dev-optimization.html index 696d4aa3..0d18cde6 100644 --- a/docs/dev-optimization.html +++ b/docs/dev-optimization.html @@ -14,7 +14,7 @@Here are some possible optimization techniques we can apply to code sections if they turn out to be slow. Be sure not to prematurely optimize: if you get diff --git a/docs/dev-progress.html b/docs/dev-progress.html index c0da280a..6981afe5 100644 --- a/docs/dev-progress.html +++ b/docs/dev-progress.html @@ -32,7 +32,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Prior to HTML Purifier 1.2.0, this library blithely accepted user input that looked like this:
diff --git a/docs/enduser-slow.html b/docs/enduser-slow.html index aad404c7..dc3484bb 100644 --- a/docs/enduser-slow.html +++ b/docs/enduser-slow.html @@ -15,7 +15,7 @@HTML Purifier is a very powerful library. But with power comes great responsibility, in the form of longer execution times. Remember, this diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 351c44d1..6d03ad91 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -23,7 +23,7 @@ own advice for sake of portability. -->
Character encoding and character sets are not that difficult to understand, but so many people blithely stumble diff --git a/docs/enduser-youtube.html b/docs/enduser-youtube.html index 20ade969..a827033a 100644 --- a/docs/enduser-youtube.html +++ b/docs/enduser-youtube.html @@ -15,7 +15,7 @@
Clients like their YouTube videos. It gives them a warm fuzzy feeling when they see a neat little embedded video player on their websites that can play @@ -70,7 +70,7 @@ into your documents. YouTube's code goes like this:
class="embed-youtube">AyPzM5WK8ys</span> your application can reconstruct the full object from this small snippet that passes through HTML Purifier unharmed. -Show me the code! +Show me the code!And the corresponding usage:
diff --git a/docs/index.html b/docs/index.html index 0065c3d6..4492389f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@HTML Purifier has documentation for all types of people. +
HTML Purifier has documentation for all types of people. Here is an index of all of them.
Your website probably has a color-scheme. Green on white, diff --git a/docs/ref-devnetwork.html b/docs/ref-devnetwork.html index 5742ce5d..9a009284 100644 --- a/docs/ref-devnetwork.html +++ b/docs/ref-devnetwork.html @@ -15,7 +15,7 @@
Many thanks to the DevNetwork community for answering questions, theorizing about design, and offering encouragement during