Skip to content

Commit

Permalink
Item12180: %INCLUDE does not want "" around file names. Prevent legen…
Browse files Browse the repository at this point in the history
…d.html from throwing errors

git-svn-id: http://svn.foswiki.org/trunk@15923 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Nov 6, 2012
1 parent 14cee74 commit 199e130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/resources/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ <h4>If you get stuck</h4>
</div>
</div>

%INCLUDE{"legend.html"}%
%INCLUDE{legend.html}%
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/resources/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ <h3>Not your first time?</h3>
</div>
<div class="foswikiClear"></div>

%INCLUDE{"legend.html"}%
%INCLUDE{legend.html}%

0 comments on commit 199e130

Please sign in to comment.