diff --git a/Website/dpsall-contents.htm b/Website/dpsall-contents.htm
index bc36b76..0d1d761 100644
--- a/Website/dpsall-contents.htm
+++ b/Website/dpsall-contents.htm
@@ -7,7 +7,7 @@
 
 echo "<h3><a name='$display_year'>$display_year</a></h3>";
 
-include("dps". $display_year . "-contents.htm");
+include("dps". $display_year . "-include.htm");
 
 include("menu.htm");
 ?>