summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 14:34:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 14:34:24 +0200
commita5495046a484fd699717463185de3a9018f96c81 (patch)
tree5386994187849c70374f06efa188931fe435b4a5 /templates/main.php
parent3385de22ef4f5bacad569d6fd0b80c8ab407d397 (diff)
dont use mock folders, use html delivered from server; deleted unecessary templates and ajax files
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 0e5680ce8..099a1a5a5 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -46,7 +46,7 @@ if($showAll){
</div>
</div>
-<div id="rightcontent" class="rightcontent" data-id="<?php echo $_['feedid']; ?>">
+<div id="rightcontent" class="rightcontent">
<?php
echo '<div id="feed_items">';
echo $this->inc("part.items");