Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 96915 invoked from network); 4 Feb 2009 13:12:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 13:12:23 -0000 Received: (qmail 29261 invoked by uid 500); 4 Feb 2009 13:12:22 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 29209 invoked by uid 500); 4 Feb 2009 13:12:22 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 29200 invoked by uid 99); 4 Feb 2009 13:12:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 05:12:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 13:12:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDBEE234C48C for ; Wed, 4 Feb 2009 05:11:59 -0800 (PST) Message-ID: <587708226.1233753119762.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 05:11:59 -0800 (PST) From: "Folke Behrens (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Created: (TAP5-495) All simple tag elements in XHTML header converted to elements with start and end tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org All simple tag elements in XHTML header converted to elements with start and end tag ------------------------------------------------------------------------------------ Key: TAP5-495 URL: https://issues.apache.org/jira/browse/TAP5-495 Project: Tapestry 5 Issue Type: Bug Components: tapestry-core Affects Versions: 5.0.18 Reporter: Folke Behrens All simple tag elements in (like , , etc.) are being converted to elements with start tag and end tag. should be the only exception if at all. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.