OSDN Git Service

Use typographic quotation marks on licence pages.
[mingw/website.git] / site.js
diff --git a/site.js b/site.js
index 4c8cee2..1a7c368 100644 (file)
--- a/site.js
+++ b/site.js
@@ -72,6 +72,7 @@ function load_content( container, src )
          set_content( container, this.responseText );
          update_page_content_header( "title" );
          update_page_content_header( "subtitle" );
+         set_content( "e404-missing-page", document.URL );
          break;
        case 404:
          load_content( container, "missing.html" );