Skip to content
Snippets Groups Projects
Commit c6ce8886 authored by Tom Käsler's avatar Tom Käsler Committed by Andreas Gärtner
Browse files

make subject h2-heading

fix newline
parent 22dd8925
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment