From c9cec4171b5451293714beea337df14b93cb257e Mon Sep 17 00:00:00 2001
From: Frank Steinberg <steinberg@ibr.cs.tu-bs.de>
Date: Tue, 8 Oct 2019 17:45:47 +0200
Subject: [PATCH] Minor.

---
 xsl/bjcp-2015-styleguide-html.xsl | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/xsl/bjcp-2015-styleguide-html.xsl b/xsl/bjcp-2015-styleguide-html.xsl
index dc0f67b..d535856 100644
--- a/xsl/bjcp-2015-styleguide-html.xsl
+++ b/xsl/bjcp-2015-styleguide-html.xsl
@@ -45,15 +45,17 @@
 	<xsl:if test="not($edit = 'no')">
 	  <div id="editor">
 	    <div id="editor-inner">
-	      <div>You are editing the translation of the following original text:
-	        <div id="original"></div>
-	      </div>
-	      Your Author ID: <input type="text" name="author" id="author" /> | <span id="lasttext"></span>
+	      <p>You are editing the translation of the following original text:</p>
+	      <div id="original">-</div>
+	      <p>Your Author ID:
+	      <input type="text" name="author" id="author" />
+	      <span id="lasttext"> </span>
+	      </p>
 	      <div id="pelleditor"></div>
 	    </div>
 	    <div>Markup:<div id="markup"></div></div>
 	    <!--
-	    <div>Preview:<div id="render"></div></div>
+		<div>Preview:<div id="render"></div></div>
 	    -->
 	  </div>
 	  <div/>
-- 
GitLab