[xiph-commits] r4071 - itext

silvia at svn.annodex.net silvia at svn.annodex.net
Sun Feb 7 02:47:56 PST 2010


Author: silvia
Date: 2010-02-07 02:47:56 -0800 (Sun, 07 Feb 2010)
New Revision: 4071

Modified:
   itext/chocolate_rain.html
Log:
Change to make ids unique - thanks Ralph!


Modified: itext/chocolate_rain.html
===================================================================
--- itext/chocolate_rain.html	2009-12-18 02:51:38 UTC (rev 4070)
+++ itext/chocolate_rain.html	2010-02-07 10:47:56 UTC (rev 4071)
@@ -19,6 +19,7 @@
    -
    - Contributor(s):
    -   Silvia Pfeiffer <silvia at silvia-pfeiffer.de>
+   -   Ralph Giles <rillian at xiph.org>
    -
    - Alternatively, the contents of this file may be used under the terms of
    - either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -60,7 +61,7 @@
         <video class="v" src="chocolate_rain/chocolate_rain.ogv"
                poster="chocolate_rain/chocolate_rain.png" controls aria-label="Chocolate Rain video"
                autobuffer title="Chocolate Rain video">
-        <itext id="lyrics" lang="en" type="text/lrc" display="yes"
+        <itext id="lyrics_v" lang="en" type="text/lrc" display="yes"
                src="chocolate_rain/chocolate_rain.lrc" category="LRC"></itext>
         </video>
       </div>
@@ -75,7 +76,7 @@
       <audio class="a" src="chocolate_rain/chocolate_rain.ogg"
              controls aria-label="Chocolate Rain song"
              autobuffer title="Chocolate Rain song" style="width: 320px">
-        <itext id="lyrics" lang="en" type="text/lrc" display="yes"
+        <itext id="lyrics_a" lang="en" type="text/lrc" display="yes"
                src="chocolate_rain/chocolate_rain.lrc" category="LRC"></itext>
       </audio>
     </div>



More information about the commits mailing list