forked from GNUsocial/gnu-social
		
	correctly output richer nav IDs
This commit is contained in:
		@@ -143,6 +143,8 @@ class Menu extends Widget
 | 
				
			|||||||
                $id .= '_' . $key . '_' . $value;
 | 
					                $id .= '_' . $key . '_' . $value;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        return $id;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    function submenu($label, $menu)
 | 
					    function submenu($label, $menu)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user