Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(169)

Issue 118280043: Removed HTML validation errors from +tickets view (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 9 months ago by sksaurabhkathpalia
Modified:
9 years, 9 months ago
Reviewers:
RogerHaase
Visibility:
Public.

Description

Removed HTML validation errors from +tickets view

Patch Set 1 #

Total comments: 3

Patch Set 2 : Removed br tags and added css for the same #

Patch Set 3 : Corrected Indentation of thead #

Patch Set 4 : Removed overlapping border-bottom from tags heading #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -21 lines) Patch
M MoinMoin/templates/tickets.html View 1 2 3 4 chunks +15 lines, -21 lines 0 comments Download
M MoinMoin/themes/basic/static/css/basic.css View 1 1 chunk +1 line, -0 lines 0 comments Download
M MoinMoin/themes/basic/static/custom-less/basic.less View 1 1 chunk +1 line, -0 lines 0 comments Download
M MoinMoin/themes/foobar/static/css/common.css View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M MoinMoin/themes/foobar/static/css/stylus/main.styl View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M MoinMoin/themes/modernized/static/css/common.css View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M MoinMoin/themes/modernized/static/css/stylus/main.styl View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1
RogerHaase
9 years, 9 months ago (2014-07-24 16:52:55 UTC) #1
https://codereview.appspot.com/118280043/diff/1/MoinMoin/templates/tickets.html
File MoinMoin/templates/tickets.html (right):

https://codereview.appspot.com/118280043/diff/1/MoinMoin/templates/tickets.ht...
MoinMoin/templates/tickets.html:46: <br><br>
use of <br> is similar to putting CSS into HTML

https://codereview.appspot.com/118280043/diff/1/MoinMoin/templates/tickets.ht...
MoinMoin/templates/tickets.html:49: {{ _("%(result_len)d Tickets found.",
result_len=results|length) }}
if you make this <p>nn Tickets found</p>, then you would not need the <br>
above.  If you give it an ID or class, you could style it and control spacing
before or after.  -- or use clear:both if I am wrong about the <p> fixng the
<br>

https://codereview.appspot.com/118280043/diff/1/MoinMoin/templates/tickets.ht...
MoinMoin/templates/tickets.html:51: <thead>
indent thead also for clarity
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b