diff --git a/simplewiki_create.html b/simplewiki_create.html
index 6903c5ecd2..9c29c214b2 100644
--- a/simplewiki_create.html
+++ b/simplewiki_create.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">
Create Article - MITx 6.002 Wiki%block>
+<%block name="title">Create Article - MITx 6.002x Wiki%block>
<%block name="wiki_page_title">
Create article
diff --git a/simplewiki_edit.html b/simplewiki_edit.html
index 50cc33d20c..435870071d 100644
--- a/simplewiki_edit.html
+++ b/simplewiki_edit.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002 Wiki%block>
+<%block name="title">${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002x Wiki%block>
<%block name="wiki_page_title">
${ wiki_article.title }
diff --git a/simplewiki_error.html b/simplewiki_error.html
index 73408349eb..cdb46c1a0f 100644
--- a/simplewiki_error.html
+++ b/simplewiki_error.html
@@ -6,7 +6,7 @@
from django.core.urlresolvers import reverse
%>
-<%block name="title">Oops... - MITx 6.002 Wiki%block>
+<%block name="title">Oops... - MITx 6.002x Wiki%block>
<%block name="wiki_page_title">
diff --git a/simplewiki_history.html b/simplewiki_history.html
index 9b7c9e11db..9385ff8d87 100644
--- a/simplewiki_history.html
+++ b/simplewiki_history.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002 Wiki%block>
+<%block name="title">${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002x Wiki%block>
<%!
from django.core.urlresolvers import reverse
diff --git a/simplewiki_searchresults.html b/simplewiki_searchresults.html
index 0b47bc08a2..fa4f699d9f 100644
--- a/simplewiki_searchresults.html
+++ b/simplewiki_searchresults.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">Search Results - MITx 6.002 Wiki%block>
+<%block name="title">Search Results - MITx 6.002x Wiki%block>
<%!
from django.core.urlresolvers import reverse