r101765 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101764
|
r101765
|
r101766
>
Date:
00:37, 3 November 2011
Author:
preilly
Status:
ok
Tags:
Comment:
fix for [
Bug 32162
] New: MobileFrontend double slash in URL for .../javascripts//application.js
Modified paths:
/trunk/extensions/MobileFrontend/views/layout/application.html.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/views/layout/application.html.php
—
—
@@ -49,7 +49,7 @@
50
50
{$contentHtml}
51
51
</div>
52
52
{$footerHtml}
53
- {$startScriptTag}{$javaScriptPath}/application.js?version=11042011120715{$endScriptTag}
53
+ {$startScriptTag}{$javaScriptPath}application.js?version=11042011120715{$endScriptTag}
54
54
{$openSearchScript}
55
55
</body>
56
56
</html>
Follow-up revisions
Revision
Commit summary
Author
Date
r101766
1.18wmf1: MFT
r101765
preilly
00:37, 3 November 2011
Status & tagging log
01:34, 13 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r101765
[
removed:
new
added:
ok]