Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/admin/tags.thtml
diff options
context:
space:
mode:
authorAleksey Lim <me@alsroot.su>2016-07-13 15:31:23 (GMT)
committer Aleksey Lim <me@alsroot.su>2016-07-13 15:31:23 (GMT)
commitcd57abc0495400c82fa7070a40792af55614ca4d (patch)
treebf4e16bc372cf0d57dcfae61dcd6d8934c91a3a5 /site/app/views/admin/tags.thtml
parente658d924d5342394b1e7316c120cd95cfdcba3ef (diff)
More fixes related to running in Ubuntu 14.04 environmentproduction
Diffstat (limited to 'site/app/views/admin/tags.thtml')
-rw-r--r--site/app/views/admin/tags.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/admin/tags.thtml b/site/app/views/admin/tags.thtml
index 0553578..9000b6d 100644
--- a/site/app/views/admin/tags.thtml
+++ b/site/app/views/admin/tags.thtml
@@ -41,7 +41,7 @@
<div id="content-main">
<h3>Tag Manager</h3>
<table width="100%">
- <?
+ <?php
$pagination->setPaging($paging); // Initialize the pagination variables
$th = array (
$pagination->sortBy('tag_text','Tag','Tag'),
@@ -73,7 +73,7 @@
}
}
- ?></table><?
+ ?></table><?php
echo $this->renderElement('pagination');
?>