summaryrefslogtreecommitdiffstats
path: root/codebase/dataview_connector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/dataview_connector.php')
-rw-r--r--codebase/dataview_connector.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/codebase/dataview_connector.php b/codebase/dataview_connector.php
index 41b7387..fe2c9fd 100644
--- a/codebase/dataview_connector.php
+++ b/codebase/dataview_connector.php
@@ -60,7 +60,6 @@ class DataViewConnector extends Connector{
foreach($this->attributes as $k=>$v)
$attributes .= " ".$k."='".$v."'";
- $start.= ">";
if ($this->dload){
if ($pos=$this->request->get_start())
return "<data pos='".$pos."'".$attributes.">";