From 69116c467453deb7a51917edc1658e2555e9a5e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 21 Oct 2008 08:31:16 +0000
Subject: [PATCH] cleanup

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@941 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/default/metadata.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/templates/default/metadata.php b/templates/default/metadata.php
index 07a49d02b..6c0df97ed 100644
--- a/templates/default/metadata.php
+++ b/templates/default/metadata.php
@@ -7,16 +7,12 @@ $this->includeAtTemplateBase('includes/header.php');
 
 		<h2><?php echo $this->data['header']; ?></h2>
 		
-		
 		<?php 
 		
-
-		
 		if(array_key_exists('idpsend', $this->data) && is_array($this->data['idpsend']) && count($this->data['idpsend']) > 0 ) {
 
 			if ($this->data['adminok']) {
 
-#				$param = array('%FEDERATION%' => $this->data['federationname']);
 		?>
 			<div style="border: 1px solid #444; margin: .5em 2em .5em 2em; padding: .5em 1em 1em 1em; background: #FFFFCC">
 
-- 
GitLab