summaryrefslogtreecommitdiffstats
path: root/contrib/rom-o-matic/top.php
diff options
context:
space:
mode:
authorPaul Sands2012-02-12 14:35:43 +0100
committerMichael Brown2012-02-12 14:35:43 +0100
commit4108321bf539768ce2175e92ac1e1687b667b109 (patch)
tree42944d9a15261e0621df5b9e73330f2df1e34397 /contrib/rom-o-matic/top.php
parent[prefix] Fix missing underscore in libprefix (diff)
downloadipxe-4108321bf539768ce2175e92ac1e1687b667b109.tar.gz
ipxe-4108321bf539768ce2175e92ac1e1687b667b109.tar.xz
ipxe-4108321bf539768ce2175e92ac1e1687b667b109.zip
[contrib] Fix rom-o-matic
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib/rom-o-matic/top.php')
-rw-r--r--contrib/rom-o-matic/top.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/rom-o-matic/top.php b/contrib/rom-o-matic/top.php
index 25562086..42a8e2d2 100644
--- a/contrib/rom-o-matic/top.php
+++ b/contrib/rom-o-matic/top.php
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<?
+<?php
/**
* Copyright (C) 2009 Marty Connor <mdc@etherboot.org>.
@@ -25,17 +25,17 @@
<html>
<head>
- <link rev="made" href="mailto:<? echo "${webmaster_email}" ?>">
+ <link rev="made" href="mailto:<?php echo "${webmaster_email}" ?>">
<meta name="keywords" content="rom, etherboot, ipxe, open source, rom-o-matic.net">
- <title><? echo $header_title ?></title>
- <meta name="description" content="<? echo $description ?>">
+ <title><?php echo $header_title ?></title>
+ <meta name="description" content="<?php echo $description ?>">
</head>
<h1>
-<? echo "$html_title" ?>&nbsp;
+<?php echo "$html_title" ?>&nbsp;
</h1>
<hr>
<h2>
-<? echo "$html_tagline" ?>
+<?php echo "$html_tagline" ?>
</h2>
</form>
<hr>