From c27d71f4992b38f5c5f6dcb6a819a2850b766e43 Mon Sep 17 00:00:00 2001
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Wed, 14 Dec 2005 21:26:05 +0000
Subject: [PATCH] - Remove "Submit Bug" link from Security Advisories box, it
 does not fit there   much, and there's already "Report a Bug" link in
 Shortcuts area.

PR:		www/87144 (inspired by)
Submitted by:	Ivan Voras <ivoras@geri.cc.fer.hr>
Agreed on with:	simon
---
 en/index.xsl | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/en/index.xsl b/en/index.xsl
index fb6fe03b3a..6d303c7631 100644
--- a/en/index.xsl
+++ b/en/index.xsl
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/en/index.xsl,v 1.139 2005/11/30 19:42:19 pav Exp $ -->
+<!-- $FreeBSD: www/en/index.xsl,v 1.140 2005/12/11 14:15:55 delphij Exp $ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
@@ -6,7 +6,7 @@
   <xsl:import href="news/includes.xsl"/>
 
   <xsl:variable name="base" select="'.'"/>
-  <xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.139 2005/11/30 19:42:19 pav Exp $'"/>
+  <xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.140 2005/12/11 14:15:55 delphij Exp $'"/>
   <xsl:variable name="title" select="'The FreeBSD Project'"/>
 
   <!-- these params should be externally bound. The values
@@ -277,9 +277,6 @@
 				  <li class="first-child">
 					<a href="{$base}/security/" title="More Security Advisories">More</a>
 				  </li>
-				  <li>
-					<a href="{$base}/send-pr.html" title="Submit a Problem Report">Submit Bug</a>
-				  </li>
 				  <li class="last-child">
 					<a href="{$base}/security/advisories.rdf" title="Security Advisories RSS Feed"><img class="rssimage" src="{$base}/layout/images/ico_rss.png" width="27" height="12" alt="Security Advisories RSS Feed" /></a>
 				  </li>