Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
d80d4687
Commit
d80d4687
authored
Nov 25, 2016
by
Scott
Committed by
GitHub
Nov 25, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #450 from q2apro/patch-6
div end marks for better html debugging
parents
82197ec2
053357fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+2
-2
No files found.
qa-theme/SnowFlat/qa-theme.php
View file @
d80d4687
...
...
@@ -297,7 +297,7 @@ class qa_html_theme extends qa_html_theme_base
$this
->
output_raw
(
$this
->
content
[
'sidepanel'
]);
$this
->
feed
();
$this
->
widgets
(
'side'
,
'bottom'
);
$this
->
output
(
'</div>'
,
''
);
$this
->
output
(
'</div>
<!-- qa-sidepanel -->
'
,
''
);
}
/**
...
...
@@ -312,7 +312,7 @@ class qa_html_theme extends qa_html_theme_base
if
(
!
empty
(
$sidebar
))
{
$this
->
output
(
'<div class="qa-sidebar '
.
$this
->
welcome_widget_class
.
'">'
);
$this
->
output_raw
(
$sidebar
);
$this
->
output
(
'</div>'
,
''
);
$this
->
output
(
'</div>
<!-- qa-sidebar -->
'
,
''
);
}
}
}
...
...
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