From 6c48a22e4902b77e1397e8e9132632b2cf0c7400 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 26 May 2006 16:40:11 +0200
Subject: [PATCH] added id to namespace headline

This makes the currently in the medaia manager selected namespace available
to any JavaScript files

darcs-hash:20060526144011-7ad00-23c476c38f8b559680c510c16b7de9924d3dd669.gz
---
 inc/media.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/media.php b/inc/media.php
index 57661a3bb..05f22719f 100644
--- a/inc/media.php
+++ b/inc/media.php
@@ -235,7 +235,7 @@ function media_filelist($ns,$auth=null,$jump=''){
     // check auth our self if not given (needed for ajax calls)
     if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
 
-    echo '<h1>:'.hsc($ns).'</h1>'.NL;
+    echo '<h1 id="media__ns">:'.hsc($ns).'</h1>'.NL;
 
     if($auth < AUTH_READ){
         // FIXME: print permission warning here instead?
-- 
GitLab