Changeset 30590


Ignore:
Timestamp:
2016-06-24T13:34:22+12:00 (8 years ago)
Author:
kjdon
Message:

this change was made on puka, and when I tried this on commdev, it didn't work without the change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/web/jsp/mi/main.jsp

    r29855 r30590  
    8181                    <form action="../servlet/DirectInput" method="post" >
    8282                        <p class="instructions">Tuhia ngā kōrero</p>
    83                         <textarea name="fragment" cols="80" rows="18" id="fragment"><%= request.getAttribute("fragment") != null ? request.getAttribute("fragment") : ""%></textarea>
     83                         <textarea name="fragment" cols="60" rows="18" id="fragment"><%= request.getAttribute("old") != null ? request.getAttribute("old") : ""%></textarea>
     84                        <%= request.getAttribute("fragment2") != null ? request.getAttribute("fragment2") : ""%>
    8485                        <fieldset>
    8586                            <legend class="more-options">
Note: See TracChangeset for help on using the changeset viewer.