Changeset ebf23a4 in trunk


Ignore:
Timestamp:
2020-06-18T01:18:14Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
3901559
Parents:
950d111
git-author:
Sajith Sasidharan <sajith@…> (2020-06-02 20:44:29)
git-committer:
Sajith Sasidharan <sajith@…> (2020-06-18 01:18:14)
Message:

Use twisted web tags in literal check results template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/literal-check-results.xhtml

    r950d111 rebf23a4  
    1 <html xmlns:n="http://nevow.com/ns/nevow/0.1">
     1<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
    22  <head>
    33    <title>Tahoe-LAFS - Check Results</title>
     
    1212<div>Literal files are always healthy: their data is contained in the URI</div>
    1313
    14 <div n:render="return" />
     14<div t:render="return" />
    1515
    1616  </body>
Note: See TracChangeset for help on using the changeset viewer.