From: <rm...@us...> - 2002-09-11 06:42:26
|
Update of /cvsroot/webnotes/webnotes/themes/phpnet In directory usw-pr-cvs1:/tmp/cvs-serv14742 Modified Files: theme_api.php Log Message: Preview note support Index: theme_api.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/themes/phpnet/theme_api.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- theme_api.php 10 Sep 2002 10:34:15 -0000 1.6 +++ theme_api.php 11 Sep 2002 06:42:21 -0000 1.7 @@ -100,7 +100,7 @@ <td align="right">#$t_id</td> </tr> <tr bgcolor="#f0f0f0"> - <td colspan="2"><code class="note">$t_note</code></td> + <td colspan="2"><pre>$t_note</pre></td> </tr> </table> </td> |