severity 420111 normal
merge 420111 571560
thanks

This also happens with the attached diff output. It is incorrectly
identified as HTML document text.

(I used the diff in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604892 which file(1)
misidentified, causing reportbug to add the wrong MIME type, which is
what prompted me to find the root cause.)

-- 
Kenyon Ralph
--- common_footer.html.orig	2010-11-24 22:48:25.789274039 -0800
+++ /usr/share/photon/templates/photonv1/common_footer.html	2010-11-24 22:48:41.637771504 -0800
@@ -25,7 +25,7 @@
 	  ## MOVIE mode
 	    Download the movie:<br>
 	    <a href="$movie_link" accesskey="m"><img src="filesave.png" width="16" height="16" border="0" align="bottom" alt="" /> $movie_filename</a><br>
-	    Others preview:<br>
+	    Other previews:<br>
 	    #foreach ($res in $movie_sizelist)
 	    <a href="$res.pageurl" accesskey="$res.accesskey">$res.frames_per_width x $res.frames_per_height</a><br>
 	    #end
@@ -36,7 +36,7 @@
 	    Download the raw file:<br>
 	    <a href="$img_raw_link" accesskey="r"><img src="filesave.png" width="16" height="16" border="0" align="bottom" alt="" /> $img_raw_filename</a><br>
 	  #end
-	  Others sizes:<br>
+	  Other sizes:<br>
 	  #if ($img_sizelist)
 	    #foreach ($res in $img_sizelist)
 	    <a href="$res.imgurl"><img src="filesave.png" width="16" height="16" border="0" align="bottom" alt="" /></a><a href="$res.pageurl" #if ($res.accesskey)accesskey="$res.accesskey"#end>$res.size</a><br>

Attachment: signature.asc
Description: Digital signature

Reply via email to