From 0bf2c1a5a65797184c948fab895c4ebe72719e12 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 18 Apr 2007 00:18:12 +0000 Subject: [PATCH] Added SVN to abbr list git-svn-id: http://htmlpurifier.org/svnroot@961 48356398-32a2-884e-a903-53898d9a118a --- xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php b/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php index c9361f8..df5c41c 100644 --- a/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php +++ b/xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php @@ -27,6 +27,7 @@ class XHTMLCompiler_DOMFilter_Acronymizer extends XHTMLCompiler_DOMFilter 'PHP' => 'PHP: HyperText Preprocessor', 'CMS' => 'Content Management System', 'API' => 'Application Programming Interface', + 'SVN' => 'Subversion', // web-app security 'XSS' => 'Cross-Site Scripting', // organizations/groups -- 2.11.4.GIT