Topic: Small Bug Report - English language File  (Read 882 times)

Pages: [1]   Go Down

#1: 29-Feb-2008, 04:27 AM


uxello
Posts: 89

...

WWW
This is in the manager/includes/lang/english.inc.php file

The line is:
Code:
$_lang["weblink_message"] = 'A weblink is a reference to an object on the internet. This could be a document within MODx, a page on another site or an image or other file on the internet.<p>';

The extra <p> at the end of the line needs removing to keep the html valid. This is causing issues with the ManagerManager plugin when it tries to configure a weblink page.

Should be:
Code:
$_lang["weblink_message"] = 'A weblink is a reference to an object on the internet. This could be a document within MODx, a page on another site or an image or other file on the internet.';
« Last Edit: 29-Feb-2008, 05:00 AM by uxello »

#2: 29-Feb-2008, 08:05 AM

Foundation

rthrash
Posts: 11,348

WWW
Thanks for the report. Being committed in 3431.
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#3: 29-Feb-2008, 01:16 PM

Coding Team

BobRay
Posts: 5,314

WWW
Ryan, the mistake is there in the 0.9.7 english.inc.php file (line 1529) also.

Bob
MODx info for newbies: http://bobsguides.com/MODx.html
Pages: [1]   Go Up
0 Members and 1 Guest are viewing this topic.