[Mapbender-commits] r7770 - branches/2.7/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Apr 13 08:14:43 EDT 2011
Author: verenadiewald
Date: 2011-04-13 05:14:43 -0700 (Wed, 13 Apr 2011)
New Revision: 7770
Modified:
branches/2.7/http/javascripts/mod_digitize_tab.php
Log:
removed redundant inverted comma
Modified: branches/2.7/http/javascripts/mod_digitize_tab.php
===================================================================
--- branches/2.7/http/javascripts/mod_digitize_tab.php 2011-04-13 10:28:46 UTC (rev 7769)
+++ branches/2.7/http/javascripts/mod_digitize_tab.php 2011-04-13 12:14:43 UTC (rev 7770)
@@ -2624,7 +2624,7 @@
if (isEditable) {
str += "\t\t<tr>\n";
if(elementLabelExists) {
- str += "\t\t\t<td>\n\t\t\t\t<div class = '"+elementLabelStyle+"''>" + elementLabel + "</div>\n\t\t\t</td>\n";
+ str += "\t\t\t<td>\n\t\t\t\t<div class = '"+elementLabelStyle+"'>" + elementLabel + "</div>\n\t\t\t</td>\n";
str += "\t\t\t<td>\n";
}
else {
More information about the Mapbender_commits
mailing list