Explorar el Código

Fixes validation in Display.template.php

Signed-off-by: Bryan Deakin <[email protected]>
Bryan Deakin hace 11 años
padre
commit
fd9c156fd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Themes/default/Display.template.php

+ 1 - 1
Themes/default/Display.template.php

@@ -450,7 +450,7 @@ function template_main()
 								<div class="page_number floatright">
 									', !empty($message['counter']) ? ' #' . $message['counter'] : '', ' ', '
 								</div>
-								<h5 id="subject_', $message['id'], '">
+								<h5>
 									<a href="', $message['href'], '" rel="nofollow" title="', !empty($message['counter']) ? sprintf($txt['reply_number'], $message['counter']) : '', ' - ', $message['subject'], '" class="smalltext">', $message['time'], '</a>';
 
 		// Show "<< Last Edit: Time by Person >>" if this post was edited.