Ignore:
Timestamp:
Jul 4, 2012, 10:39:49 PM (12 years ago)
Author:
mistic100
Message:

replace all CRLF by LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/template/guestbook.tpl

    r16047 r16347  
    6767 
    6868  <p><label for="contentid">{'Comment'|@translate}* :</label></p>
    69   <p><textarea name="content" id="contentid" rows="10" cols="60">{$comment_add.CONTENT}</textarea></p>
     69  <p><textarea name="content" id="contentid" rows="10" style="width:100%;">{$comment_add.CONTENT}</textarea></p>
    7070  <p><input type="hidden" name="key" value="{$comment_add.KEY}">
    7171    <input type="submit" value="{'Submit'|@translate}"> {'* : mandatory fields'|@translate}</p>
Note: See TracChangeset for help on using the changeset viewer.