Skip to content

Commit cd85f1b

Browse files
committed
Small change to test pending changes
1 parent e623143 commit cd85f1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Source/Glass.Mapper.Sc/GlassHtml.cs

+9
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,15 @@ private RenderingResult MakeEditable<T>(
598598
return new RenderingResult(writer, firstPart, lastPart);
599599
}
600600

601+
/// <summary>
602+
///
603+
/// </summary>
604+
/// <typeparam name="T"></typeparam>
605+
/// <param name="field"></param>
606+
/// <param name="standardOutput"></param>
607+
/// <param name="model"></param>
608+
/// <param name="dictionary"></param>
609+
/// <returns></returns>
601610
protected virtual string NormalModeOutput<T>(
602611
Expression<Func<T, object>> field,
603612
Expression<Func<T, string>> standardOutput,

0 commit comments

Comments
 (0)