|
From: <the...@us...> - 2006-03-22 04:34:29
|
Revision: 24 Author: thekingant Date: 2006-03-21 20:34:25 -0800 (Tue, 21 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=24&view=rev Log Message: ----------- Fix a typo (I'm an idiot) Modified Paths: -------------- web/htdocs-inc/header.php Modified: web/htdocs-inc/header.php =================================================================== --- web/htdocs-inc/header.php 2006-03-22 04:33:31 UTC (rev 23) +++ web/htdocs-inc/header.php 2006-03-22 04:34:25 UTC (rev 24) @@ -6,7 +6,7 @@ <head profile="http://www.w3.org/2000/08/w3c-synd/#"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <meta name=keywords"" content="FCE Ultra FCEUltra Nintendo NES Famicom emulator"/> + <meta name="keywords" content="FCE Ultra FCEUltra Nintendo NES Famicom emulator"/> <meta name="description" content="FCE Ultra is a Nintendo/Famicom emulator for Linux and Windows."/> <link rel="stylesheet" type="text/css" href="/StyleSheets/main.css"/> <title>FCE Ultra<?php if (isset($title)) { print(": $title"); } ?></title> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |