From 3a364ec113d20bc44fcd2e0c18cbae1bd2722103 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 19 Jun 2008 22:19:33 +0000 Subject: [PATCH] Release 3.1.1 git-svn-id: http://htmlpurifier.org/svnroot@1810 48356398-32a2-884e-a903-53898d9a118a --- XHTMLCompiler/DOMFilter/Acronymizer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/XHTMLCompiler/DOMFilter/Acronymizer.php b/XHTMLCompiler/DOMFilter/Acronymizer.php index ac7dcd2..5438c6c 100644 --- a/XHTMLCompiler/DOMFilter/Acronymizer.php +++ b/XHTMLCompiler/DOMFilter/Acronymizer.php @@ -24,6 +24,7 @@ class XHTMLCompiler_DOMFilter_Acronymizer extends XHTMLCompiler_DOMFilter 'RSS' => 'Really Simple Syndication', 'DTD' => 'Document Type Definition', 'CSS' => 'Cascading Style Sheets', + 'HTTP' => 'HyperText Transfer Protocol', // programming/apis 'PHP' => 'PHP: HyperText Preprocessor', 'CMS' => 'Content Management System', -- 2.11.4.GIT