Skip to content

Commit

Permalink
NReco.Dsm.WebForms: actionform generation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed Feb 14, 2015
1 parent c4d2f00 commit 73aa81e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NReco.Dsm.WebForms.Bootstrap/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<xsl:output method='xml' indent='yes' />

<!--override form layout -->
<xsl:template match="l:form" mode="layout-form-template">
<xsl:template match="l:*" mode="layout-form-template">
<xsl:param name="formClass"/>
<xsl:param name="renderFormHeader"/>
<xsl:param name="formHeader"/>
Expand Down
Expand Up @@ -846,7 +846,7 @@ limitations under the License.

</xsl:template>

<xsl:template match="l:form" mode="layout-form-template">
<xsl:template match="l:*" mode="layout-form-template">
<xsl:param name="formClass"/>
<xsl:param name="renderFormHeader"/>
<xsl:param name="formHeader"/>
Expand Down

0 comments on commit 73aa81e

Please sign in to comment.