This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function getFooter()
101
101
document.write(unescape( \"%3Cscript src=' \" + pkBaseURL + \"piwik.js' type='text/javascript'%3E%3C/script%3E \"));
102
102
</script><script type= \"text/javascript \">
103
103
try {
104
- var piwikTracker = Piwik.getTracker(pkBaseURL + \"piwik.php \", $ id);
104
+ var piwikTracker = Piwik.getTracker(pkBaseURL + \"piwik.php \", " . $ id. " );
105
105
piwikTracker.trackPageView();
106
106
piwikTracker.enableLinkTracking();
107
107
} catch ( err ) {}
Original file line number Diff line number Diff line change 152
152
<!-- **************** -->
153
153
<!-- Quotes -->
154
154
<!-- **************** -->
155
+ <!--
155
156
<test name="preferQuotes">
156
157
<property name="type" value="single"/>
157
158
</test>
159
+ -->
158
160
159
161
160
162
<!-- **************** -->
245
247
<test name =" useBooleanOperators" ></test >
246
248
247
249
<!-- Check for empty blocks -->
248
- <!-- <test name="checkEmptyBlock"></test> -->
250
+ <!-- <test name="checkEmptyBlock"></test> -->
249
251
250
252
<!-- Check for empty statements -->
251
253
<test name =" checkEmptyStatement" ></test >
You can’t perform that action at this time.
0 commit comments