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
053357fe
Commit
053357fe
authored
8 years ago
by
q2apro.com
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
div end marks for better html debugging
parent
e0e124c4
dev
…
3113-openbar-authentification
3241-delete-all-the-question
3242-password-removed
3414-no-change-mail
3414-stop-mail-send
main
v1.8.6
v1.8.5
v1.8.4
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.8.0-beta2
v1.8.0-beta1
v1.7.5
No related merge requests found
Show 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 @
053357fe
...
...
@@ -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 -->
'
,
''
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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