diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-12 11:28:22 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-12 11:28:22 +0000 |
| commit | 3e3fd26bd37ce7a4095d48ec4dc65774ed1c4c6a (patch) | |
| tree | eb92fb9928a72993f3e980b1ac0f55c712db674c /compact.php | |
| parent | 3827163f427a12d13237a816aa81d82c7896673e (diff) | |
| download | webtrees-3e3fd26bd37ce7a4095d48ec4dc65774ed1c4c6a.tar.gz webtrees-3e3fd26bd37ce7a4095d48ec4dc65774ed1c4c6a.tar.bz2 webtrees-3e3fd26bd37ce7a4095d48ec4dc65774ed1c4c6a.zip | |
Consistent syntax for embedded variables
Diffstat (limited to 'compact.php')
| -rw-r--r-- | compact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compact.php b/compact.php index 13fab05c8e..661ee14c49 100644 --- a/compact.php +++ b/compact.php @@ -57,7 +57,7 @@ if (WT_USE_LIGHTBOX) { if (strlen($name)<30) $cellwidth="420"; else $cellwidth=(strlen($name)*14); -print "\n\t<table class=\"list_table $TEXT_DIRECTION\"><tr><td width=\"${cellwidth}px\" valign=\"top\">\n\t\t"; +print "\n\t<table class=\"list_table $TEXT_DIRECTION\"><tr><td width=\"{$cellwidth}px\" valign=\"top\">\n\t\t"; print "<h2>" . i18n::translate('Compact Chart') . ":"; print "<br />".PrintReady($name) ; if ($addname != "") print "<br />" . PrintReady($addname); |
