small typo errors in several files small typo errors in several files
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

small typo errors in several files

Started by Andi, December 15, 2004, 06:31:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andi

Hi :)

I've found some very small typo errors:


in several theme.php's

------
false:
$template_tab_display = array('left_text' => '<td width="100%%" align="left" ....
ok:
$template_tab_display = array('left_text' => '<td width="100%" align="left" ....

------
sample in eyeball\theme.php at line #413
false:
<td>&nbsp&nbsp</td>
ok:
<td>&nbsp;&nbsp;</td>

------
theme.php,v 1.52 2004/12/13 14:21:10 nibbler999 line #544
theme.php,v 1.54 2004/12/13 14:21:11 nibbler999 line #541
theme.php,v 1.58 2004/12/13 14:21:17 nibbler999 line #607
theme.php,v 1.38 2004/12/13 14:21:22 nibbler999 line #519

false:
.... witdh="100%"....
ok:
.... width="100%".....


i know, this are not the actualy CVS-Versions but the errors are in all versions ;)



---------------------------------------------------------
usermgr.php,v 1.30 2004/12/12 10:24:05 gaugau
line #83
false:
$tab_tmpl = array('left_text' => '<td width="100%%" align="left" .......
ok:
$tab_tmpl = array('left_text' => '<td width="100%" align="left" .......

---------------------------------------------------------


And here are some "mystical" Links, don't know if they works correct in all situations?

keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau

line #129 & #162
header("Location: ?page=display");

line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="?page=changeword" method="post">
hope, I could help you... :)

Casper

#1
Quote from: Andi on December 15, 2004, 06:31:34 PM
false:
$template_tab_display = array('left_text' => '<td width="100%%" align="left" ....
ok:
$template_tab_display = array('left_text' => '<td width="100%" align="left" ....

This has been removed when doing the xhtml compliance, so only those not yet done still have this.

Quote from: Andi on December 15, 2004, 06:31:34 PM
sample in eyeball\theme.php at line #413
false:
<td>&nbsp&nbsp</td>
ok:
<td>&nbsp;&nbsp;</td>

Thanks, I will fix.

Quote from: Andi on December 15, 2004, 06:31:34 PM
false:
.... witdh="100%"....
ok:
.... width="100%".....

As first item, already fixed in compliant themes, rest done when they are prepared.

Quote from: Andi on December 15, 2004, 06:31:34 PM
usermgr.php,v 1.30 2004/12/12 10:24:05 gaugau
line #83
false:
$tab_tmpl = array('left_text' => '<td width="100%%" align="left" .......
ok:
$tab_tmpl = array('left_text' => '<td width="100%" align="left" .......

Thanks, I will fix.

The others I don't know about.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Casper

Items 2 and 4 above fixed and commited.  i found the &nbsp&nbsp error in 3 themes, thanks.

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller


Casper

Joachim,

Quote from: Andi on December 15, 2004, 06:31:34 PM
Hi :)
And here are some "mystical" Links, don't know if they works correct in all situations?

keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau

line #129 & #162
header("Location: ?page=display");

line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="?page=changeword" method="post">



I'm not exactly sure about what this above is reporting.  The first 4 items of the first post are fixed or being done with the theme changes
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

Started a follow-up thread on this particular issue Andi was reporting, marking this one as "fixed".

Joachim