Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Mobile
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Mobile
Commits
c6ce8886
There was an error fetching the commit references. Please try again later.
Commit
c6ce8886
authored
8 years ago
by
Tom Käsler
Committed by
Andreas Gärtner
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
make subject h2-heading
fix newline
parent
22dd8925
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/app/controller/QuestionExport.js
+1
-1
1 addition, 1 deletion
src/main/webapp/app/controller/QuestionExport.js
with
1 addition
and
1 deletion
src/main/webapp/app/controller/QuestionExport.js
+
1
−
1
View file @
c6ce8886
...
...
@@ -210,7 +210,7 @@ Ext.define("ARSnova.controller.QuestionExport", {
exportQuestionToClick
:
function
(
question
)
{
var
clickQuestion
=
{
hashtag
:
"
ImportFromARSnova
"
,
questionText
:
question
.
subject
+
"
\
\
n
"
+
question
.
text
,
questionText
:
"
##
"
+
question
.
subject
+
"
##
"
+
"
\n
"
+
question
.
text
,
timer
:
20
,
startTime
:
0
,
questionIndex
:
0
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment