changed .shtml to .html
authormtopper <mtopper>
Mon, 1 Aug 2005 16:42:38 +0000 (16:42 +0000)
committermtopper <mtopper>
Mon, 1 Aug 2005 16:42:38 +0000 (16:42 +0000)
etc/producer/newswireinclude.template
etc/producer/randomcategory.template

index e075736..d0e58c4 100755 (executable)
@@ -10,7 +10,7 @@
                   <li>
                      <p class="title">
                         <img src="http://sarai.indymedia.org/~patrick/mir.nyc/img/video.666.gif" class="icon" width="10" height="8" alt="" />
-                        <a href="${config["Producer.DocRoot"]}/${language.code}/${n.date.formatted.yyyy}/${n.date.formatted.MM}/${n.id}.shtml">${n.title}</a>
+                        <a href="${config["Producer.DocRoot"]}/${language.code}/${n.date.formatted.yyyy}/${n.date.formatted.MM}/${n.id}.html">${n.title}</a>
                      </p>
                      <p class="datestamp">
                         ${n.date.formatted.MMM} ${n.date.formatted.dd}th,
index 971bfe9..2ffcfd2 100755 (executable)
@@ -3,7 +3,7 @@
                         <ul>
                         <list randomarticles as ra>
                            <li>
-                              <a href="${config["Producer.DocRoot"]}/${language.code}/${ra.date.formatted["yyyy'/'MM"]}/${ra.id}.shtml">${ra.title}</a>
+                              <a href="${config["Producer.DocRoot"]}/${language.code}/${ra.date.formatted["yyyy'/'MM"]}/${ra.id}.html">${ra.title}</a>
                            </li> 
                         </list>  
                         </ul>