Author: xlawrence
Date: Mon Oct 29 16:55:11 2007
New Revision: 1272
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D1272&repname=
=3Dcorporate_portal_templates
Log:
correct cap in method call
Modified:
trunk/src/view/jsp/include/left_menu.inc
Modified: trunk/src/view/jsp/include/left_menu.inc
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/view/jsp/in=
clude/left_menu.inc&rev=3D1272&repname=3Dcorporate_portal_templates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/view/jsp/include/left_menu.inc (original)
+++ trunk/src/view/jsp/include/left_menu.inc Mon Oct 29 16:55:11 2007
@@ -43,7 +43,7 @@
if (fieldBean !=3D null && fieldBean.getObject() !=3D null=
) {
PageBean linkBean =3D (PageBean) fieldBean.getObject()=
;
int truncSize =3D editMode ? 30 - (currentLevel * 3) :=
40 - (currentLevel * 3);
- String pageTitle =3D jData.gui().glueTitle(linkBean.ge=
thighLightDiffTitle(),truncSize);
+ String pageTitle =3D jData.gui().glueTitle(linkBean.ge=
tHighLightDiffTitle(),truncSize);
logger.debug("pageTitle is " + pageTitle + " for pid "=
+ linkBean.getID());
boolean displayLine =3D false;
if (pageTitle !=3D null) {
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list