From c72446a8fca9c7b8b0e91dd7128f99f29e0ccc30 Mon Sep 17 00:00:00 2001
From: Bernardo Silva <contato@bernardosilva.com.br>
Date: Tue, 05 Apr 2016 10:30:22 -0400
Subject: [PATCH] Allow pattern attribute in input
---
program/lib/Roundcube/html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/lib/Roundcube/html.php b/program/lib/Roundcube/html.php
index 5fb066d..9cdc971 100644
--- a/program/lib/Roundcube/html.php
+++ b/program/lib/Roundcube/html.php
@@ -393,7 +393,7 @@
'type','name','value','size','tabindex','autocapitalize','required',
'autocomplete','checked','onchange','onclick','disabled','readonly',
'spellcheck','results','maxlength','src','multiple','accept',
- 'placeholder','autofocus',
+ 'placeholder','autofocus','pattern'
);
/**
--
Gitblit v1.9.1