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. -->
|
||||
<xs:element name="code" />
|
||||
<xs:element name="br" />
|
||||
<xs:element name="ul" />
|
||||
<xs:element name="ol" />
|
||||
<xs:element name="li" />
|
||||
</xs:choice>
|
||||
</xs:sequence>
|
||||
</xs:group>
|
||||
|
||||
@@ -430,7 +430,4 @@
|
||||
<!-- 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: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>
|
||||
|
||||
@@ -55,11 +55,9 @@
|
||||
</Class>
|
||||
<Class name='ActorSound'>
|
||||
<Description>
|
||||
This Actor represents a playable sound. There are two attributes that can be set on load.
|
||||
<ul>
|
||||
<li><code>SupportPan</code> - Let the sound pan from side to side.</li>
|
||||
<li><code>SupportRateChanging</code> - Let the sound change rate and pitch.</li>
|
||||
</ul>
|
||||
This Actor represents a playable sound. There are two attributes that can be set on load.<br />
|
||||
* <code>SupportPan</code> - Let the sound pan from side to side.<br />
|
||||
* <code>SupportRateChanging</code> - Let the sound change rate and pitch.
|
||||
</Description>
|
||||
<Function name='get' return='RageSound' arguments=''>
|
||||
Returns the <Link class='RageSound'>RageSound</Link> that can be played by this Actor.
|
||||
|
||||
Reference in New Issue
Block a user