• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision4e140c9305f20f13241a1546c7336c093c300a4c (tree)
Time2011-11-24 05:43:56
AuthorDave Brondsema <dbrondsema@geek...>
CommiterDave Brondsema

Log Message

[#301] fix html validation

Signed-off-by: Dave Brondsema <dbrondsema@geek.net>

Change Summary

Incremental Difference

--- a/Allura/allura/controllers/auth.py
+++ b/Allura/allura/controllers/auth.py
@@ -190,7 +190,7 @@ class AuthController(BaseController):
190190 redirect(return_to)
191191 redirect('/')
192192
193- @expose()
193+ @expose(content_type='text/plain')
194194 def refresh_repo(self, *repo_path):
195195 # post-commit hooks use this
196196 if not repo_path:
--- a/Allura/allura/templates/neighborhood_moderate.html
+++ b/Allura/allura/templates/neighborhood_moderate.html
@@ -23,6 +23,7 @@
2323 {{n.name}}
2424 </option>
2525 {% endfor %}
26+ </select>
2627 <label for="pid">Project Shortname</label>
2728 <input type="text" name="pid" id="pid">
2829 </p>