From 5d166e83ec1601fadc6417f1ff467f024bc014af Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 12 Aug 2007 06:51:15 +0000 Subject: [PATCH] Lists cannot be in paragraphs so disable that for now. Fake it for that list. --- stepmania/Docs/Lua.xsd | 3 --- stepmania/Docs/Lua.xsl | 3 --- stepmania/Docs/LuaDocumentation.xml | 8 +++----- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/stepmania/Docs/Lua.xsd b/stepmania/Docs/Lua.xsd index d44739ecd7..150e352c18 100644 --- a/stepmania/Docs/Lua.xsd +++ b/stepmania/Docs/Lua.xsd @@ -82,9 +82,6 @@ - - - diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index ee58725e2e..c0f8fc2f7f 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -430,7 +430,4 @@
-
-
-
  • diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 247617e313..417315dad4 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -55,11 +55,9 @@ - This Actor represents a playable sound. There are two attributes that can be set on load. -
      -
    • SupportPan - Let the sound pan from side to side.
    • -
    • SupportRateChanging - Let the sound change rate and pitch.
    • -
    + This Actor represents a playable sound. There are two attributes that can be set on load.
    + * SupportPan - Let the sound pan from side to side.
    + * SupportRateChanging - Let the sound change rate and pitch.
    Returns the RageSound that can be played by this Actor.