profile edit homepage field type URL

This commit is contained in:
Tobias Diekershoff 2015-01-19 08:15:20 +01:00
parent b1b1fe495b
commit c5200f9327
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
<div id="profile-edit-homepage-wrapper" >
<label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$lbl_homepage}} </label>
<input type="text" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" />
<input type="url" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" />
</div>
<div id="profile-edit-homepage-end"></div>