Modify

Opened 9 years ago

Closed 9 years ago

#1037 closed Bug/Fehler (fixed)

Fehler bei Popup Seiten

Reported by: Ronald Parcinski Owned by: Torsten Riemer
Priority: hoch Milestone: modified-shop-2.0.2.0
Component: Template Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

popup_content gibt folgenden Quelltext aus:

<!DOCTYPE html>
<htmldir="ltr" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="utf-8" />
  <title>Zahlung &amp; Versand</title>
  <meta name="robots" content="noindex, nofollow, noodp" />
    <link rel="stylesheet" type="text/css" href="http://demo.modified-shop.org/trunk/templates/tpl_modified_responsive/stylesheet.css" />
</head>
<body class="popupcontent">
<h1>Zahlung & Versand</h1>
F&uuml;gen Sie hier Ihre Informationen &uuml;ber Zahlung &amp; Versand ein.
</body>
</html>

Es fehlt ein Leerzeichen nach <html und wofür soll das xml Gedöns sein?

<htmldir="ltr" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">

Korrekt wäre meiner Meinung nach:

<html dir="rtl" lang="de">

Attachments (0)

Change History (4)

comment:1 by Ronald Parcinski, 9 years ago

Reporter: changed from anonymous to Ronald Parcinski

comment:2 by Torsten Riemer, 9 years ago

Owner: set to Torsten Riemer
Resolution: fixed
Status: newclosed

In 10298:

Partly fix #1037

comment:3 by Torsten Riemer, 9 years ago

Resolution: fixed
Status: closedreopened
Version: 2.1.0.02.0.0.0

Das fehlende Leerzeichen war in folgenden Dateien vorhanden:

  • /templates/<templatename>/module/popup_content.html
  • /templates/<templatename>/module/popup_coupon_help.html
  • /templates/<templatename>/module/popup_search_help.html

comment:4 by Gerhard Waldemair, 9 years ago

Resolution: fixed
Status: reopenedclosed

In 10356:

fix #1037

Modify Ticket

Action
as closed The owner will remain Torsten Riemer.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.