Module: nagvis Branch: nagvis-1.5 Commit: a48ab2260bb4a3c114f0189c98dbc759b3b34e7d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=a48ab2260bb4a3c114f0189c98dbc759b3b34e7d
Author: Lars Michelsen <[email protected]> Date: Fri Nov 26 12:13:43 2010 +0100 Fixed typos --- share/frontend/wui/classes/WuiMap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/classes/WuiMap.php b/share/frontend/wui/classes/WuiMap.php index 8872c9f..b074694 100644 --- a/share/frontend/wui/classes/WuiMap.php +++ b/share/frontend/wui/classes/WuiMap.php @@ -555,7 +555,7 @@ class WuiMap extends GlobalMap { $id = 'box_'.$obj['type'].'_'.$obj['id']; $ret .= "<div id=\"".$id."\" class=\"box resizeMe\" style=\"border-color:".$sBorderColor.";background-color:".$sBgColor.";left:".$obj['x']."px;top:".$obj['y']."px;z-index:".$obj['z'].";width:".$obj['w'].";height:".$obj['h'].";overflow:visible;\" onmousedown=\"contextMouseDown(event);\" oncontextmenu=\"return contextShow(event);\">"; - $ret .= "\t<span style=\'".$obj['style']."\'>".$obj['text']."</span>"; + $ret .= "\t<span style='".$obj['style']."'>".$obj['text']."</span>"; $ret .= "</div>"; $ret .= $this->parseContextMenu($obj); $ret .= $this->parseJs('var obj = document; addEvent(obj, "mousedown", doDown); addEvent(obj, "mouseup", doUp); addEvent(obj, "mousemove", doMove); obj = null;'); ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
