[vlc-devel] commit: Added extension information to browse.xml (Vicente Jimenez Aguilar )

git version control git at videolan.org
Sun Aug 24 16:44:00 CEST 2008


vlc | branch: master | Vicente Jimenez Aguilar <googuy at gmail.com> | Wed Jul  2 01:30:06 2008 +0200| [17eef75a725a7d8acabb82a6c9d293cdecc996f5] | committer: Derk-Jan Hartman 

Added extension information to browse.xml

Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17eef75a725a7d8acabb82a6c9d293cdecc996f5
---

 share/http/requests/browse.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/http/requests/browse.xml b/share/http/requests/browse.xml
index 3b420f0..cc295d1 100644
--- a/share/http/requests/browse.xml
+++ b/share/http/requests/browse.xml
@@ -29,7 +29,7 @@
   <vlc id="rpn" param1="'dir' url_extract" />
   <vlc id="foreach" param1="file" param2="directory" />
     <vlc id="if" param1="file.basename value '.' 1 strncmp 0 != file.basename value '..' 2 strncmp 0 = |" />
-      <element type="<vlc id="value" param1="file.type" />" size="<vlc id="value" param1="file.size" />" date="<vlc id="value" param1="file.date" />" path="<vlc id="value" param1="file.name value htmlspecialchars" />" name="<vlc id="value" param1="file.basename value htmlspecialchars" />" />
+      <element type="<vlc id="value" param1="file.type" />" size="<vlc id="value" param1="file.size" />" date="<vlc id="value" param1="file.date" />" path="<vlc id="value" param1="file.name value htmlspecialchars" />" name="<vlc id="value" param1="file.basename value htmlspecialchars" />" extension="<vlc id="value" param1="file.ext value htmlspecialchars" />" />
     <vlc id="end" />
   <vlc id="end" />
 <vlc id="end" />




More information about the vlc-devel mailing list