[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5772] trunk/UI/Contact/divs/user.html
- Subject: SF.net SVN: ledger-smb:[5772] trunk/UI/Contact/divs/user.html
- From: ..hidden..
- Date: Sat, 11 May 2013 19:45:51 +0000
Revision: 5772
http://sourceforge.net/p/ledger-smb/code/5772
Author: ehuelsmann
Date: 2013-05-11 19:45:50 +0000 (Sat, 11 May 2013)
Log Message:
-----------
While I'm in the template, add more spaces after the template language token.
Modified Paths:
--------------
trunk/UI/Contact/divs/user.html
Modified: trunk/UI/Contact/divs/user.html
===================================================================
--- trunk/UI/Contact/divs/user.html 2013-05-11 19:39:36 UTC (rev 5771)
+++ trunk/UI/Contact/divs/user.html 2013-05-11 19:45:50 UTC (rev 5772)
@@ -38,7 +38,7 @@
<input type="text" name="username" value="<?lsmb user.username ?>"/>
</td>
</tr>
- <?lsmb END?>
+ <?lsmb END ?>
<tr>
<td><?lsmb text('Password') ?></td>
<td>
@@ -114,7 +114,7 @@
<?lsmb IF loop.count % 2 == 0?>
</tr>
<tr>
- <?lsmb END?>
+ <?lsmb END ?>
<td>
<?lsmb rolcheck = undef;
IF user.role_list.grep(role.rolname).size;
@@ -143,5 +143,5 @@
</tr>
</table>
</form>
-<?lsmb END?>
+<?lsmb END ?>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.