[xiph-commits] r2962 - cmmlwiki/trunk/cmmlwiki

conrad at svn.annodex.net conrad at svn.annodex.net
Sun Jun 17 05:42:45 PDT 2007


Author: conrad
Date: 2007-06-17 05:42:45 -0700 (Sun, 17 Jun 2007)
New Revision: 2962

Modified:
   cmmlwiki/trunk/cmmlwiki/embed.py
Log:
fix format args for embed html


Modified: cmmlwiki/trunk/cmmlwiki/embed.py
===================================================================
--- cmmlwiki/trunk/cmmlwiki/embed.py	2007-06-17 12:36:37 UTC (rev 2961)
+++ cmmlwiki/trunk/cmmlwiki/embed.py	2007-06-17 12:42:45 UTC (rev 2962)
@@ -135,7 +135,7 @@
 
 </div><!-- end monitor-big -->
 
-""" % (play_url)
+""" % (play_url, play_url)
 
 #    s += """
 #<p>



More information about the commits mailing list