Set id for details box
authorJoey Schulze <joey@infodrom.org>
Wed, 20 Jan 2010 14:06:55 +0000 (15:06 +0100)
committerJoey Schulze <joey@infodrom.org>
Wed, 20 Jan 2010 14:06:55 +0000 (15:06 +0100)
lib/mask.php

index 8c335fe..4dafbcb 100644 (file)
@@ -107,7 +107,7 @@ function build_details($name, $details)
   $ret = array();
 
 
-  $ret[] = '<div class="box">';
+  $ret[] = '<div class="box" id="details">';
   $ret[] = sprintf('<h2>%s</h2>', $details['title']);
   if (array_key_exists('subtitle', $details))
     $ret[] = sprintf('<p class="subtitle">%s</p>', $details['subtitle']);