Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tenox7 committed May 2, 2023
1 parent f72d310 commit 8c426d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (r *wfmRequest) about(ua string) {
<BR>&nbsp;<BR><P>
<TABLE WIDTH="400" BGCOLOR="#F0F0F0" BORDER="0" CELLSPACING="0" CELLPADDING="1" CLASS="tbr">
<TR><TD COLSPAN="2" BGCOLOR="#004080"><FONT COLOR="#FFFFFF">&nbsp; Web File Manager</FONT></TD></TR>
<TR><TD WIDTH="30">&nbsp;</TD><TD><BR>
<TR><TD WIDTH="30">&nbsp;</TD><TD ALIGN="LEFT"><BR>
WFM Version v` + vers + `<BR>
<A HREF="https://github.com/tenox7/wfm/">https://github.com/tenox7/wfm/</A><BR>
Written by Antoni Sawicki Et Al.<BR>
Expand Down
2 changes: 1 addition & 1 deletion dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func toolbars(w http.ResponseWriter, uDir, user string, sl []string, i map[strin
<FONT COLOR="#FFFFFF">&nbsp;` + *siteName + `&nbsp;:&nbsp;` + eDir + `</FONT>
</TD>
<TD NOWRAP BGCOLOR="#F1F1F1" VALIGN="MIDDLE" ALIGN="RIGHT" STYLE="color:#000000; white-space:nowrap">
` + i[rorw[rw]] + `&nbsp;
&nbsp;` + i[rorw[rw]] + `&nbsp;
<A HREF="` + wfmPfx + `?fn=logout">` + i["tid"] + user + `</A>&nbsp;
<A HREF="` + wfmPfx + `?fn=about&amp;dir=` + qeDir + `&amp;sort=">&nbsp;` + i["tve"] + ` v` + vers + `&nbsp;</A>
</TD>
Expand Down

0 comments on commit 8c426d5

Please sign in to comment.