Skip to content
Snippets Groups Projects

hotline #56230 : contact message should not contain HTML

Merged Patrick Barroca requested to merge hotline#56230_pb_sur_les_mails into stable
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ghislain Loas
    Ghislain Loas @gloas started a thread on the diff
    11 *
    12 * BOKEH is distributed in the hope that it will be useful,
    13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    15 * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
    16 *
    17 * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
    18 * along with BOKEH; if not, write to the Free Software
    19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    20 */
    21
    22
    23 class ZendAfi_Validate_NoHtml extends Zend_Validate_Abstract {
    24 const CONTAINS_HTML = 'containsHtml';
    25
    26 protected $_messageTemplates = [self::CONTAINS_HTML => 'La mise en forme HTML n\'est pas autorisée'];
  • Patrick Barroca mentioned in commit d5dd460c

    mentioned in commit d5dd460c

Please register or sign in to reply