From: Evan Broder <broder@mit.edu>
Date: Sat, 15 Nov 2008 16:49:22 +0000 (-0500)
Subject: We don't call ourselves that anymore
X-Git-Tag: 0.0.9~4
X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/dec9bc422854b7afc6d3ea998530fb27f1f17cdf

We don't call ourselves that anymore

svn path=/trunk/packages/invirt-web/; revision=1655
---

diff --git a/code/templates/skeleton.tmpl b/code/templates/skeleton.tmpl
index 273952a..e71348c 100644
--- a/code/templates/skeleton.tmpl
+++ b/code/templates/skeleton.tmpl
@@ -6,7 +6,7 @@
 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
-<head><title>$title &mdash; SIPB Virtual Servers</title>
+<head><title>$title &mdash; XVM</title>
   <link href="static/favicon.ico" type="image/x-icon" rel="shortcut icon">
   <link rel="stylesheet" href="static/style.css" type="text/css" />
   <link rel="stylesheet" href="static/layout.css" type="text/css" media="screen" />
@@ -66,7 +66,7 @@ $result
 </div>
 
 #if not $varExists('simple') or not $simple
-<h1>$title &mdash; SIPB Virtual Servers</h1>
+<h1>$title &mdash; XVM</h1>
 #end if
 #filter None
 $body