All pastes #1879567 Raw Edit

Something

public text v1 · immutable
#1879567 ·published 2010-06-09 07:26 UTC
rendered paste body
Index: DataNode.cs
===================================================================
--- DataNode.cs	(revision 320)
+++ DataNode.cs	(working copy)
@@ -104,7 +104,7 @@
 				
 				foreach (string type in WebTypes)
 				{
-					if (path.EndsWith(string.Format("{0}{1}", type, extension)))
+					if (path.EndsWith(type))
 					{
 						return SubType.CodeBehind;
 					}