diff --git a/simplewiki_view.html b/simplewiki_view.html
index 0421214a59..1f45515a6d 100644
--- a/simplewiki_view.html
+++ b/simplewiki_view.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002 Wiki%block>
+<%block name="title">${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002x Wiki%block>
<%block name="wiki_page_title">
${ wiki_article.title } ${'- Deleted Revision!' if wiki_current_revision_deleted else ''}