Lists cannot be in paragraphs so disable that for now. Fake it for that list.
This commit is contained in:
@@ -82,9 +82,6 @@
|
|||||||
<!-- HTML elements we want to let through. -->
|
<!-- HTML elements we want to let through. -->
|
||||||
<xs:element name="code" />
|
<xs:element name="code" />
|
||||||
<xs:element name="br" />
|
<xs:element name="br" />
|
||||||
<xs:element name="ul" />
|
|
||||||
<xs:element name="ol" />
|
|
||||||
<xs:element name="li" />
|
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:group>
|
</xs:group>
|
||||||
|
|||||||
@@ -430,7 +430,4 @@
|
|||||||
<!-- XXX: This is annoying, how can we tell xsl to just pass the html through? -->
|
<!-- XXX: This is annoying, how can we tell xsl to just pass the html through? -->
|
||||||
<xsl:template match="sm:code"><code><xsl:apply-templates /></code></xsl:template>
|
<xsl:template match="sm:code"><code><xsl:apply-templates /></code></xsl:template>
|
||||||
<xsl:template match="sm:br"><br /></xsl:template>
|
<xsl:template match="sm:br"><br /></xsl:template>
|
||||||
<xsl:template match="sm:ul"><ul><xsl:apply-templates /></ul></xsl:template>
|
|
||||||
<xsl:template match="sm:ol"><ol><xsl:apply-templates /></ol></xsl:template>
|
|
||||||
<xsl:template match="sm:li"><li><xsl:apply-templates /></li></xsl:template>
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|||||||
@@ -55,11 +55,9 @@
|
|||||||
</Class>
|
</Class>
|
||||||
<Class name='ActorSound'>
|
<Class name='ActorSound'>
|
||||||
<Description>
|
<Description>
|
||||||
This Actor represents a playable sound. There are two attributes that can be set on load.
|
This Actor represents a playable sound. There are two attributes that can be set on load.<br />
|
||||||
<ul>
|
* <code>SupportPan</code> - Let the sound pan from side to side.<br />
|
||||||
<li><code>SupportPan</code> - Let the sound pan from side to side.</li>
|
* <code>SupportRateChanging</code> - Let the sound change rate and pitch.
|
||||||
<li><code>SupportRateChanging</code> - Let the sound change rate and pitch.</li>
|
|
||||||
</ul>
|
|
||||||
</Description>
|
</Description>
|
||||||
<Function name='get' return='RageSound' arguments=''>
|
<Function name='get' return='RageSound' arguments=''>
|
||||||
Returns the <Link class='RageSound'>RageSound</Link> that can be played by this Actor.
|
Returns the <Link class='RageSound'>RageSound</Link> that can be played by this Actor.
|
||||||
|
|||||||
Reference in New Issue
Block a user