Skip to content

Commit

Permalink
adjust header alignments
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.dd-wrt.com/DD-WRT@58849 52c4871e-980c-0410-b1e0-e73912ce01f8
  • Loading branch information
BrainSlayer committed Dec 18, 2024
1 parent 5664b84 commit eff5989
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/router/kromo/dd-wrt/UPnP.asp
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ addEvent(window, "unload", function() {
<table class="table" cellspacing="6" id="upnp_table" summary="UPnP table">
<tbody>
<tr>
<th><% tran("share.ip"); %></th>
<th><% tran("share.from2"); %>&nbsp;(WAN)</th>
<th><% tran("share.to2"); %>&nbsp;(LAN)</th>
<th><% tran("share.proto"); %></th>
<th width="30%"><% tran("share.descr"); %></th>
<th width="10%" class="center"><% tran("share.ip"); %></th>
<th width="5%" class="center"><% tran("share.from2"); %>&nbsp;(WAN)</th>
<th width="5%" class="center"><% tran("share.to2"); %>&nbsp;(LAN)</th>
<th width="5%" class="center"><% tran("share.proto"); %></th>
<th width="30%" class="center"><% tran("share.descr"); %></th>
<th width="10%" class="center"><% tran("share.del"); %></th>
</tr>
</tbody>
Expand Down

0 comments on commit eff5989

Please sign in to comment.