Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
937eda7d
Commit
937eda7d
authored
Jul 04, 2011
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 666699 - Example extension templates have unfiltered directives
r/a=mkanat
parent
77a3c5bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
editparams-current_panel.html.tmpl
...ault/hook/admin/params/editparams-current_panel.html.tmpl
+1
-1
example.html.tmpl
...sions/Example/template/en/default/pages/example.html.tmpl
+1
-1
No files found.
extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
View file @
937eda7d
...
@@ -19,5 +19,5 @@
...
@@ -19,5 +19,5 @@
#%]
#%]
[% IF panel.name == "auth" %]
[% IF panel.name == "auth" %]
[% panel.param_descs.param_example ='Example new parameter' %]
[% panel.param_descs.param_example =
'Example new parameter' %]
[% END -%]
[% END -%]
extensions/Example/template/en/default/pages/example.html.tmpl
View file @
937eda7d
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<p>Here's what you passed me:</p>
<p>Here's what you passed me:</p>
[% USE Dumper %]
[% USE Dumper %]
<pre>
<pre>
[% Dumper.dump_html(cgi_variables) %]
[% Dumper.dump_html(cgi_variables)
FILTER none
%]
</pre>
</pre>
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment