Merge branch 'Nicholas-Westby-7.1.5' into 7.2.0

This commit is contained in:
Shannon
2014-08-25 17:02:12 +10:00
2 changed files with 3 additions and 3 deletions

View File

@@ -981,7 +981,7 @@ i.small{
.icon-movie:before {
content: "\e135";
}
.icon-map-loaction:before {
.icon-map-location:before {
content: "\e136";
}
.icon-map-alt:before {

View File

@@ -3,8 +3,8 @@ using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
[PropertyEditor(Constants.PropertyEditors.TextboxMultipleAlias, "Textarea", "textarea", IsParameterEditor = true)]
[PropertyEditor(Constants.PropertyEditors.TextboxMultipleAlias, "Textarea", "textarea", IsParameterEditor = true, ValueType = "TEXT")]
public class TextAreaPropertyEditor : PropertyEditor
{
}
}
}