summaryrefslogtreecommitdiffstats
path: root/includes/header.html
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-11-02 17:59:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2011-11-02 17:59:07 (EDT)
commit70d7ed8c47facb769874cb8b4c271610af53fd1b (patch)
treeaddd151c8d50fa3a9c7798b32a9619827c73f9c0 /includes/header.html
parent6f6be91db55f3a4f7ab1bda1cfe474deba34c736 (diff)
downloadwww-70d7ed8c47facb769874cb8b4c271610af53fd1b.zip
www-70d7ed8c47facb769874cb8b4c271610af53fd1b.tar.gz
www-70d7ed8c47facb769874cb8b4c271610af53fd1b.tar.bz2
Fix regular expression in header.
Diffstat (limited to 'includes/header.html')
-rwxr-xr-xincludes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.html b/includes/header.html
index 2839280..3aa057b 100755
--- a/includes/header.html
+++ b/includes/header.html
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Patrick 'P. J.' McDermott <mailto:pjm@nac.net>">
<meta name="description" content="The resume, software, and essays of P. J. McDermott -- a computer science student, software and (amateur) hardware hacker, and advocate for software and cultural freedom.">
-<!--#if expr="${title} = //" -->
+<!--#if expr="${title} = /^$/" -->
<title>P. J. McDermott</title>
<!--#else -->
<title><!--#echo var="title" --> - P. J. McDermott</title>