[phpwebapp-commits] CVS: documentation/webobjects/displaytxt displaytxt.html,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:15:45
|
Update of /cvsroot/phpwebapp/documentation/webobjects/displaytxt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5212/webobjects/displaytxt Modified Files: displaytxt.html Log Message: Index: displaytxt.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/webobjects/displaytxt/displaytxt.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** displaytxt.html 20 Aug 2003 07:31:54 -0000 1.2 --- displaytxt.html 21 Jul 2004 17:15:30 -0000 1.3 *************** *** 1,7 **** ! <WebBox ID="displaytxt"> <div class="txtlines"> ! <Repeat rs="lines"> ! <span class="txtline"> {{line}}</span><br> ! </Repeat> </div> ! </WebBox> --- 1,7 ---- ! <webbox id="displaytxt"> <div class="txtlines"> ! <repeat rs="lines"> ! <span class="txtline"> {{line}}</span><br /> ! </repeat> </div> ! </webbox> |