From 3458439ad0fc7e918dae1788aeae4d0f6121c120 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 09 Sep 2012 10:52:27 -0400
Subject: [PATCH] Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)
---
program/include/html.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/program/include/html.php b/program/include/html.php
index 0e89d77..c15ef45 100644
--- a/program/include/html.php
+++ b/program/include/html.php
@@ -317,7 +317,8 @@
{
protected $tagname = 'input';
protected $type = 'text';
- protected $allowed = array('type','name','value','size','tabindex',
+ protected $allowed = array(
+ 'type','name','value','size','tabindex','autocapitalize',
'autocomplete','checked','onchange','onclick','disabled','readonly',
'spellcheck','results','maxlength','src','multiple','placeholder');
--
Gitblit v1.9.1